[dev] [dexonline/dexonline] 67bfee: Show the entryId field on the lexem edit page. Add...

GitHub via Dev dev at dexonline.ro
Mon Aug 22 11:15:11 EEST 2016


  Branch: refs/heads/master
  Home:   https://github.com/dexonline/dexonline
  Commit: 67bfee2138f46bd771af3b3859a92c5cd0a1f8fd
      https://github.com/dexonline/dexonline/commit/67bfee2138f46bd771af3b3859a92c5cd0a1f8fd
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-05-30 (Mon, 30 May 2016)

  Changed paths:
    M templates/admin/lexemEdit.tpl
    M wwwbase/admin/lexemEdit.php
    A wwwbase/ajax/getEntries.php
    A wwwbase/ajax/getEntriesById.php
    M wwwbase/js/autoload/lexemEdit.js

  Log Message:
  -----------
  Show the entryId field on the lexem edit page. Addresses #66.


  Commit: dfc9c30ddea3ad94381231667106b2fceba1f94a
      https://github.com/dexonline/dexonline/commit/dfc9c30ddea3ad94381231667106b2fceba1f94a
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-05-31 (Tue, 31 May 2016)

  Changed paths:
    M wwwbase/js/autoload/lexemEdit.js
    M wwwbase/js/select2Dev.js

  Log Message:
  -----------
  Add edit links to select2 entries.


  Commit: 0fa030ecd6caa32833e970606ef9ad78b5edab7b
      https://github.com/dexonline/dexonline/commit/0fa030ecd6caa32833e970606ef9ad78b5edab7b
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-05-31 (Tue, 31 May 2016)

  Changed paths:
    A patches/00157.php
    A patches/00158.sql
    A patches/00159.php

  Log Message:
  -----------
  Split lexems having multiple models.
Associate inflected forms and lexem sources with lexems.
Addresses #66.


  Commit: 4bac246bb49c79b7374fc3803e8de92378c7637f
      https://github.com/dexonline/dexonline/commit/4bac246bb49c79b7374fc3803e8de92378c7637f
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-05-31 (Tue, 31 May 2016)

  Changed paths:
    M docs/schema.txt
    M phplib/models/InflectedForm.php
    M phplib/models/Lexem.php
    R phplib/models/LexemModel.php
    M templates/admin/bulkLabel.tpl
    M templates/admin/editModel.tpl
    A templates/bits/lexem.tpl
    R templates/bits/lexemModel.tpl
    M templates/bits/lexemSources.tpl
    M templates/bits/multiParadigm.tpl
    M templates/modele-flexiune.tpl
    M templates/paradigm/paradigm.tpl
    M templates/paradigm/paradigmA.tpl
    M templates/paradigm/paradigmI.tpl
    M templates/paradigm/paradigmN.tpl
    M templates/paradigm/paradigmP.tpl
    M templates/paradigm/paradigmV.tpl
    M wwwbase/admin/bulkLabel.php
    M wwwbase/admin/bulkLabelSelectSuffix.php
    M wwwbase/admin/editModel.php
    M wwwbase/admin/index.php
    M wwwbase/css/paradigm.css
    M wwwbase/modele-flexiune.php
    M wwwbase/paradigm.php
    M wwwbase/search.php
    M wwwbase/tipuri-modele.php

  Log Message:
  -----------
  Merge LexemModel into Lexem. Partial work. Addresses #66.


  Commit: d84e2a2dfd4dbc7fcec247363bf02ddf7151a0b0
      https://github.com/dexonline/dexonline/commit/d84e2a2dfd4dbc7fcec247363bf02ddf7151a0b0
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-06-02 (Thu, 02 Jun 2016)

  Changed paths:
    A patches/00160.sql

  Log Message:
  -----------
  Patch to rename field in FullTextIndex.


  Commit: 8aefd68de94ece5ac9b4a4e86e9e83b78e0eedb5
      https://github.com/dexonline/dexonline/commit/8aefd68de94ece5ac9b4a4e86e9e83b78e0eedb5
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-06-02 (Thu, 02 Jun 2016)

  Changed paths:
    M phplib/models/Definition.php
    M phplib/models/FullTextIndex.php
    M templates/admin/lexemList.tpl
    M tools/rebuildFullTextIndex.php
    M wwwbase/admin/lexemSearch.php

  Log Message:
  -----------
  convert code related to the full text index. Addresses #66.


  Commit: 5cd87b5432c744474ab6d474f525e0b110548585
      https://github.com/dexonline/dexonline/commit/5cd87b5432c744474ab6d474f525e0b110548585
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-06-02 (Thu, 02 Jun 2016)

  Changed paths:
    R tools/reassocciateDE.php

  Log Message:
  -----------
  Delete tools/reassociateDE.php (command-line tool now superseded by deTool.php).


  Commit: 8576acfaabe5c596393a070ef0496c972414ce19
      https://github.com/dexonline/dexonline/commit/8576acfaabe5c596393a070ef0496c972414ce19
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-06-02 (Thu, 02 Jun 2016)

  Changed paths:
    M phplib/models/Lexem.php
    M templates/admin/deTool.tpl
    M templates/admin/deleteModel.tpl
    M templates/admin/lexemEdit.tpl
    M templates/admin/lexemEditActions.tpl
    M templates/admin/mergeLexems.tpl
    M templates/bits/lexemEditModel.tpl
    M templates/bits/lexemSources.tpl
    M tools/bulk/importDefinitions.php
    M tools/freezeLocVersion.php
    M tools/rebuildScrabbleForms.php
    M tools/truncateDatabase.sql
    M wwwbase/admin/deTool.php
    M wwwbase/admin/deleteModel.php
    M wwwbase/admin/lexemEdit.php
    M wwwbase/admin/mergeLexems.php
    M wwwbase/admin/placeAccents.php
    M wwwbase/ajax/getEntries.php
    A wwwbase/ajax/getModelByLexemId.php
    M wwwbase/ajax/getModelsByCodes.php
    R wwwbase/ajax/getModelsByLexemId.php
    M wwwbase/ajax/scramble.php
    M wwwbase/css/autoload/lexemEdit.css
    M wwwbase/js/autoload/deTool.js
    M wwwbase/js/autoload/lexemEdit.js
    M wwwbase/scrabble.php

  Log Message:
  -----------
  More conversions from LexemModel to Lexem. Addresses #66.


  Commit: b766b3433a11c36d4b08d1e732dbebb981274c57
      https://github.com/dexonline/dexonline/commit/b766b3433a11c36d4b08d1e732dbebb981274c57
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-06-03 (Fri, 03 Jun 2016)

  Changed paths:
    M templates/admin/cloneModel.tpl
    M tools/getWotdImageByEmail.php
    M wwwbase/admin/cloneModel.php
    M wwwbase/admin/viewTemporaryLexems.php
    M wwwbase/ajax/meaningMention.php

  Log Message:
  -----------
  Aore conversions from LexemModel to Lexem. Addresses #66.


  Commit: 7e8ddbcc70773691c03e3064f3cae17b8efefffe
      https://github.com/dexonline/dexonline/commit/7e8ddbcc70773691c03e3064f3cae17b8efefffe
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-06-03 (Fri, 03 Jun 2016)

  Changed paths:
    M test/constraints.xml
    M test/searchByInflectedForm.xml
    M tools/resetTestingDatabase.php

  Log Message:
  -----------
  Fix unit tests. Addresses #66.


  Commit: 3510d2b60faba6679ef20f899ffaafc9e66cd14c
      https://github.com/dexonline/dexonline/commit/3510d2b60faba6679ef20f899ffaafc9e66cd14c
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-06-04 (Sat, 04 Jun 2016)

  Changed paths:
    M templates/xml/xmldump/lexem.tpl

  Log Message:
  -----------
  Final conversion from LexemModel to Lexem. Addresses #66.


  Commit: 65c31313a4b705af93ee4a65bd703eae595d167a
      https://github.com/dexonline/dexonline/commit/65c31313a4b705af93ee4a65bd703eae595d167a
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-06-04 (Sat, 04 Jun 2016)

  Changed paths:
    A patches/00161.sql

  Log Message:
  -----------
  Drop old LexemModel table and foreign keys. Addresses #66.


  Commit: 1019ab8793ba725bbd7f29feb9bc3ef725ac618b
      https://github.com/dexonline/dexonline/commit/1019ab8793ba725bbd7f29feb9bc3ef725ac618b
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-06-06 (Mon, 06 Jun 2016)

  Changed paths:
    M phplib/models/Entry.php
    M phplib/models/Lexem.php
    M wwwbase/admin/deTool.php

  Log Message:
  -----------
  Create entries when creating new lexems. Addresses #66.


  Commit: 1ee3eeb1effd2115770a828ea01a4466e391d8aa
      https://github.com/dexonline/dexonline/commit/1ee3eeb1effd2115770a828ea01a4466e391d8aa
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-06-06 (Mon, 06 Jun 2016)

  Changed paths:
    M docs/schema.txt
    A patches/00162.sql

  Log Message:
  -----------
  Patch to migrate LexemDefinitionMap to EntryDefinition. Addresses #66.


  Commit: 0283b0efffef8536cded28a0c1ad6c57f5bcef20
      https://github.com/dexonline/dexonline/commit/0283b0efffef8536cded28a0c1ad6c57f5bcef20
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-06-06 (Mon, 06 Jun 2016)

  Changed paths:
    M phplib/SimilarRecord.php
    M phplib/models/Definition.php
    M phplib/models/Entry.php
    A phplib/models/EntryDefinition.php
    M phplib/models/Lexem.php
    R phplib/models/LexemDefinitionMap.php
    M templates/admin/deTool.tpl
    M templates/admin/definitionEdit.tpl
    A templates/admin/entryList.tpl
    M templates/admin/lexemEdit.tpl
    M templates/admin/lexemEditActions.tpl
    A templates/admin/viewUnassociatedEntries.tpl
    R templates/admin/viewUnassociatedLexems.tpl
    M templates/editEntry.tpl
    M tools/deleteSpam.php
    M wwwbase/admin/deTool.php
    M wwwbase/admin/definitionEdit.php
    M wwwbase/admin/index.php
    M wwwbase/admin/lexemEdit.php
    M wwwbase/admin/lexemSearch.php
    M wwwbase/admin/mergeLexems.php
    M wwwbase/admin/structChooseLexem.php
    M wwwbase/admin/viewPendingDefinitions.php
    M wwwbase/admin/viewTemporaryLexems.php
    M wwwbase/admin/viewUnassociatedDefinitions.php
    A wwwbase/admin/viewUnassociatedEntries.php
    R wwwbase/admin/viewUnassociatedLexems.php
    M wwwbase/ajax/deleteDefinition.php
    M wwwbase/ajax/getDefinitionsForLexem.php
    M wwwbase/ajax/getSimilarRecord.php
    M wwwbase/ajax/mill.php
    M wwwbase/auth/login.php
    M wwwbase/contribuie.php
    A wwwbase/css/autoload/editEntry.css
    M wwwbase/css/autoload/lexemEdit.css
    M wwwbase/css/flex.css
    M wwwbase/css/zepu.css
    R wwwbase/deprecated/update.php
    R wwwbase/deprecated/update3.php
    M wwwbase/editEntry.php
    M wwwbase/hangman.php
    M wwwbase/js/autoload/contribuie.js
    M wwwbase/js/autoload/deTool.js
    M wwwbase/js/autoload/definitionEdit.js
    M wwwbase/js/autoload/editEntry.js
    M wwwbase/js/autoload/lexemEdit.js
    M wwwbase/js/select2Dev.js

  Log Message:
  -----------
  Migrate lexems from definitions to entries. Partial work. Addresses #66.


  Commit: 9437f48af9d14418256ded7acae5aa33ea174acc
      https://github.com/dexonline/dexonline/commit/9437f48af9d14418256ded7acae5aa33ea174acc
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-06-07 (Tue, 07 Jun 2016)

  Changed paths:
    M templates/admin/deTool.tpl
    M wwwbase/admin/deTool.php
    M wwwbase/js/autoload/deTool.js

  Log Message:
  -----------
  Convert deTool to use EntryDefinitions. Addresses #66.


  Commit: d01757cfcbb12a7fa92f56b9402df3d6c57067e9
      https://github.com/dexonline/dexonline/commit/d01757cfcbb12a7fa92f56b9402df3d6c57067e9
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-06-08 (Wed, 08 Jun 2016)

  Changed paths:
    R templates/update3Instructions.tpl
    R templates/updateInstructions.tpl
    M tools/generateSitemap.php

  Log Message:
  -----------
  Remove code related to update.php and update3.php. Addresses #66.


  Commit: 262d4fd27d34a0fbe0d698085e97f97fee87d865
      https://github.com/dexonline/dexonline/commit/262d4fd27d34a0fbe0d698085e97f97fee87d865
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-06-08 (Wed, 08 Jun 2016)

  Changed paths:
    M phplib/models/Definition.php
    M phplib/models/Lexem.php
    M tools/bulk/importDefinitions.php
    M tools/evalSimilarCheckbox.php
    M tools/getWotdImageByEmail.php
    M tools/resetTestingDatabase.php
    M tools/truncateDatabase.sql
    M tools/updateRandomWord.sh
    M wwwbase/admin/bulkLabel.php
    M wwwbase/admin/placeAccents.php
    M wwwbase/search.php

  Log Message:
  -----------
  More conversions from LexemDefinitionMap to EntryDefinition. Addresses #66.


  Commit: 3fc6f4ec828a2beeca0bfa31ae917c2f00af5958
      https://github.com/dexonline/dexonline/commit/3fc6f4ec828a2beeca0bfa31ae917c2f00af5958
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-06-08 (Wed, 08 Jun 2016)

  Changed paths:
    R templates/bits/updateError.tpl
    R templates/xml/update.tpl
    R templates/xml/update3Abbrev.tpl
    R templates/xml/update3Definitions.tpl
    R templates/xml/update3Inflections.tpl
    R templates/xml/update3Lexems.tpl
    R templates/xml/update3Sources.tpl

  Log Message:
  -----------
  Removed even mode code related to update.php and update3.php. Addresses #66.


  Commit: 75e02f80cb52bbc6159f3b864cb937e06d30b7e3
      https://github.com/dexonline/dexonline/commit/75e02f80cb52bbc6159f3b864cb937e06d30b7e3
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-06-08 (Wed, 08 Jun 2016)

  Changed paths:
    A phplib/XmlDump.php
    M phplib/db.php
    A templates/xml/update5.tpl
    A templates/xml/xmldump/entry.tpl
    M templates/xml/xmldump/lexem.tpl
    M tools/dumpDatabaseXml.php
    M wwwbase/update4.php
    A wwwbase/update5.php

  Log Message:
  -----------
  Finish migrating LexemDefinitionMap to EntryDefinition. Addresses #66.


  Commit: 1c86435e9ca80b3d66c62d730f475d73236ac15f
      https://github.com/dexonline/dexonline/commit/1c86435e9ca80b3d66c62d730f475d73236ac15f
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-06-22 (Wed, 22 Jun 2016)

  Changed paths:
    A patches/00163.sql
    A phplib/models/DefinitionTag.php
    M templates/admin/definitionEdit.tpl
    M wwwbase/admin/definitionEdit.php
    A wwwbase/ajax/getTags.php
    A wwwbase/ajax/getTagsById.php
    M wwwbase/js/autoload/definitionEdit.js

  Log Message:
  -----------
  Add definition tags. Addresses #66.


  Commit: 7519ed2a14b91b501efd35e720dc2973ae6a94b9
      https://github.com/dexonline/dexonline/commit/7519ed2a14b91b501efd35e720dc2973ae6a94b9
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-06-22 (Wed, 22 Jun 2016)

  Changed paths:
    M phplib/SimilarRecord.php
    M templates/admin/definitionEdit.tpl
    M templates/bits/sourceDropDown.tpl
    M templates/bits/statusDropDown.tpl
    M wwwbase/admin/definitionEdit.php
    A wwwbase/css/autoload/definitionEdit.css
    M wwwbase/css/common.css
    M wwwbase/css/flex.css

  Log Message:
  -----------
  Convert definitionEdit to bootstrap. Still has some glitches. Addresses #66.


  Commit: 655cdc9790a6adf284b38457418e2b0892bf0ca7
      https://github.com/dexonline/dexonline/commit/655cdc9790a6adf284b38457418e2b0892bf0ca7
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-06-24 (Fri, 24 Jun 2016)

  Changed paths:
    M templates/admin/definitionEdit.tpl
    M wwwbase/css/autoload/definitionEdit.css

  Log Message:
  -----------
  Tweaks to the definition edit page. Addresses #66.


  Commit: 439e3af14323c7c6fe68922d2d9d7f4081d89880
      https://github.com/dexonline/dexonline/commit/439e3af14323c7c6fe68922d2d9d7f4081d89880
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-06-24 (Fri, 24 Jun 2016)

  Changed paths:
    M templates/admin/definitionEdit.tpl
    M wwwbase/admin/definitionEdit.php

  Log Message:
  -----------
  Expose the Definition.structured bit on the definition edit page. Addresses #66.


  Commit: cc39f783a5229f11e5fc1747059eb94702c6732e
      https://github.com/dexonline/dexonline/commit/cc39f783a5229f11e5fc1747059eb94702c6732e
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-06-24 (Fri, 24 Jun 2016)

  Changed paths:
    M phplib/SmartyWrap.php
    M templates/admin/lexemEdit.tpl
    M templates/admin/lexemEditActions.tpl
    M templates/bits/fgf.tpl
    R templates/bits/lexemEditModel.tpl
    M templates/bits/structStatus.tpl
    M wwwbase/admin/lexemEdit.php
    M wwwbase/css/autoload/lexemEdit.css
    M wwwbase/css/flex.css
    R wwwbase/css/jquery-wm/clear.gif
    R wwwbase/css/jquery-wm/jquery.wm.default.icons.png
    R wwwbase/css/jquery-wm/main.css
    M wwwbase/js/autoload/lexemEdit.js
    R wwwbase/js/jquery-wm.js

  Log Message:
  -----------
  Convert the lexem edit page to Bootstrap. Remove the Javascript window manager.
Addresses #66.


  Commit: f8f73ccefeb34886ad31f677861ae99c43be3acf
      https://github.com/dexonline/dexonline/commit/f8f73ccefeb34886ad31f677861ae99c43be3acf
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-06-24 (Fri, 24 Jun 2016)

  Changed paths:
    M templates/admin/definitionEdit.tpl

  Log Message:
  -----------
  Improve some checkbox code. Move tooltips to a wiki page. Addresses #66.


  Commit: 8bbe47230e74b0203d165d9642e2012ec0f8887f
      https://github.com/dexonline/dexonline/commit/8bbe47230e74b0203d165d9642e2012ec0f8887f
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-07-04 (Mon, 04 Jul 2016)

  Changed paths:
    M wwwbase/update5.php

  Log Message:
  -----------
  Fix link to update5.php specs. Addresses #66.


  Commit: d7893fab3b4813e50f9ef40fa5c494a67d7aee2f
      https://github.com/dexonline/dexonline/commit/d7893fab3b4813e50f9ef40fa5c494a67d7aee2f
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-07-04 (Mon, 04 Jul 2016)

  Changed paths:
    M wwwbase/js/autoload/lexemEdit.js

  Log Message:
  -----------
  Enable some disabled <select>s so they submit properly. Addresses #66.


  Commit: 8060036e7b19b0f6b61245698621d6e7d2f0d284
      https://github.com/dexonline/dexonline/commit/8060036e7b19b0f6b61245698621d6e7d2f0d284
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-07-04 (Mon, 04 Jul 2016)

  Changed paths:
    A patches/00164.sql
    A phplib/models/LexemTag.php
    M templates/admin/lexemEdit.tpl
    M templates/admin/lexemEditActions.tpl
    M wwwbase/admin/lexemEdit.php
    M wwwbase/js/autoload/lexemEdit.js

  Log Message:
  -----------
  Added LexemTags. Addresses #66.


  Commit: 826674df9026b2d0cd54083126ec1756eb789235
      https://github.com/dexonline/dexonline/commit/826674df9026b2d0cd54083126ec1756eb789235
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-07-04 (Mon, 04 Jul 2016)

  Changed paths:
    M templates/admin/lexemEdit.tpl
    M wwwbase/admin/lexemEdit.php
    M wwwbase/js/autoload/lexemEdit.js

  Log Message:
  -----------
  Expose the Lexem.stopWord field. Addresses #66.


  Commit: 4a841fd05ee6076e304a4baf8ab922d9210fb9fd
      https://github.com/dexonline/dexonline/commit/4a841fd05ee6076e304a4baf8ab922d9210fb9fd
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-07-04 (Mon, 04 Jul 2016)

  Changed paths:
    M templates/admin/lexemEdit.tpl
    M wwwbase/admin/lexemEdit.php
    M wwwbase/js/autoload/lexemEdit.js

  Log Message:
  -----------
  Better implementation of a readonly checkbox. Addresses #66.


  Commit: bf84a060e1cbc2eea91fcb452d449d8611d9beff
      https://github.com/dexonline/dexonline/commit/bf84a060e1cbc2eea91fcb452d449d8611d9beff
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-07-05 (Tue, 05 Jul 2016)

  Changed paths:
    A patches/00165.sql
    A patches/00166.php
    M phplib/models/Entry.php
    A phplib/models/Tree.php
    A phplib/models/TreeEntry.php

  Log Message:
  -----------
  Add the Tree class as a container for meaning trees. Migrate meaning associations from lexems to trees. Addresses #66.


  Commit: e1128b55cdc19eb873ee22057495110fc00c731f
      https://github.com/dexonline/dexonline/commit/e1128b55cdc19eb873ee22057495110fc00c731f
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-07-05 (Tue, 05 Jul 2016)

  Changed paths:
    M phplib/SmartyWrap.php
    M phplib/models/Entry.php
    M phplib/models/Meaning.php
    M phplib/models/Tree.php
    M templates/bits/meaningTree.tpl
    M templates/editEntry.tpl
    A wwwbase/ajax/getTrees.php
    A wwwbase/ajax/getTreesById.php
    M wwwbase/css/autoload/lexemEdit.css
    A wwwbase/css/meaningTree.css
    M wwwbase/editEntry.php
    M wwwbase/js/autoload/editEntry.js
    M wwwbase/js/autoload/lexemEdit.js
    A wwwbase/js/meaningTree.js
    M wwwbase/js/select2Dev.js

  Log Message:
  -----------
  Show read-only trees on the entry edit page. Addresses #66.


  Commit: 387723e9ea64b52857cfc4a4b1df59738f97b199
      https://github.com/dexonline/dexonline/commit/387723e9ea64b52857cfc4a4b1df59738f97b199
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-07-05 (Tue, 05 Jul 2016)

  Changed paths:
    M templates/editEntry.tpl
    M wwwbase/js/autoload/editEntry.js
    M wwwbase/js/select2Dev.js

  Log Message:
  -----------
  Better edit links. Addresses #66.


  Commit: 3d403420c83005c4872d50d9c8a23bc6fa3f7c0f
      https://github.com/dexonline/dexonline/commit/3d403420c83005c4872d50d9c8a23bc6fa3f7c0f
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-07-05 (Tue, 05 Jul 2016)

  Changed paths:
    M phplib/models/Tree.php
    A templates/editTree.tpl
    M wwwbase/admin/lexemEdit.php
    A wwwbase/editTree.php
    A wwwbase/js/autoload/editTree.js
    M wwwbase/js/autoload/lexemEdit.js

  Log Message:
  -----------
  Add a Tree editor. Does not include the meaning tree editor yet. Addresses #66.


  Commit: b096d6d4f5968eeb8047636e27365a8f3aee9a63
      https://github.com/dexonline/dexonline/commit/b096d6d4f5968eeb8047636e27365a8f3aee9a63
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-07-05 (Tue, 05 Jul 2016)

  Changed paths:
    M templates/editTree.tpl

  Log Message:
  -----------
  Show meaning tree on the tree edit page. Addresses #66.


  Commit: 10a524259ced9c97b1c9a72a61df56d627693b28
      https://github.com/dexonline/dexonline/commit/10a524259ced9c97b1c9a72a61df56d627693b28
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-07-06 (Wed, 06 Jul 2016)

  Changed paths:
    A patches/00167.sql

  Log Message:
  -----------
  Drop old Meaning.lexemId field. Addresses #66.


  Commit: f5d502963454a930dbecfb15ae5d2b5ab99a43fe
      https://github.com/dexonline/dexonline/commit/f5d502963454a930dbecfb15ae5d2b5ab99a43fe
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-07-06 (Wed, 06 Jul 2016)

  Changed paths:
    M templates/admin/lexemEdit.tpl

  Log Message:
  -----------
  Cosmetic changes on the lexem edit page. Addresses #66.


  Commit: 487d20f6efdc598da61a988068b75e42dd74940d
      https://github.com/dexonline/dexonline/commit/487d20f6efdc598da61a988068b75e42dd74940d
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-07-06 (Wed, 06 Jul 2016)

  Changed paths:
    M templates/admin/lexemEdit.tpl
    M templates/editTree.tpl
    M wwwbase/admin/lexemEdit.php
    M wwwbase/css/autoload/lexemEdit.css
    M wwwbase/editEntry.php
    M wwwbase/editTree.php
    M wwwbase/js/autoload/lexemEdit.js
    M wwwbase/js/meaningTree.js

  Log Message:
  -----------
  Make the meaning editor work. Work in progress. Addresses #66.


  Commit: 51be0d02f9be784f2e0cfe9d8ecc2939f6d8d231
      https://github.com/dexonline/dexonline/commit/51be0d02f9be784f2e0cfe9d8ecc2939f6d8d231
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-07-07 (Thu, 07 Jul 2016)

  Changed paths:
    M phplib/models/BaseObject.php
    M phplib/models/Meaning.php
    M phplib/models/Tree.php
    M templates/editTree.tpl
    M wwwbase/admin/lexemEdit.php
    M wwwbase/ajax/meaningMention.php
    R wwwbase/css/autoload/lexemEdit.css
    M wwwbase/css/meaningTree.css
    M wwwbase/editTree.php
    M wwwbase/js/meaningTree.js

  Log Message:
  -----------
  Complete porting the meaning tree editor. Addresses #66.


  Commit: dad0a9fc394266d57eaffcf92b91d38e859d1714
      https://github.com/dexonline/dexonline/commit/dad0a9fc394266d57eaffcf92b91d38e859d1714
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-07-07 (Thu, 07 Jul 2016)

  Changed paths:
    M templates/bits/meaningTree.tpl
    M templates/editTree.tpl
    M wwwbase/js/meaningTree.js

  Log Message:
  -----------
  Allow the meaning tree to be read-only. Display less information when it
is readonly. Addresses #66.


  Commit: a6a34e0b5688936925cd0f7cc9bc9a95267968c6
      https://github.com/dexonline/dexonline/commit/a6a34e0b5688936925cd0f7cc9bc9a95267968c6
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-07-08 (Fri, 08 Jul 2016)

  Changed paths:
    M templates/admin/definitionEdit.tpl
    M templates/admin/lexemEdit.tpl
    M wwwbase/css/common.css
    M wwwbase/css/meaningTree.css
    M wwwbase/js/select2Dev.js

  Log Message:
  -----------
  Cosmetic changes. Addresses #66.


  Commit: 048e548918c6f0574607da9247b20b03027b3d8a
      https://github.com/dexonline/dexonline/commit/048e548918c6f0574607da9247b20b03027b3d8a
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-07-08 (Fri, 08 Jul 2016)

  Changed paths:
    M phplib/models/Lexem.php
    M phplib/models/Meaning.php
    M phplib/models/Tag.php
    M wwwbase/js/autoload/etichete.js

  Log Message:
  -----------
  Remove recursive meaning cloning - it's no longer needed.
Update the tag usage check to reflect the new *Tag tables.
Addresses #66.


  Commit: a3c6d676798912ed167547c31e929443831af0cd
      https://github.com/dexonline/dexonline/commit/a3c6d676798912ed167547c31e929443831af0cd
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-07-08 (Fri, 08 Jul 2016)

  Changed paths:
    M phplib/AdminStringUtil.php
    M phplib/models/Lexem.php
    M phplib/models/Meaning.php
    M phplib/models/MeaningSource.php
    M phplib/models/MeaningTag.php
    M phplib/models/Tree.php
    M templates/bits/tagTree.tpl
    M tools/truncateDatabase.sql
    M wwwbase/ajax/getMeaningById.php
    M wwwbase/css/common.css
    M wwwbase/css/zepu.css
    M wwwbase/js/dex.js

  Log Message:
  -----------
  Fix meaning tooltips. Meaning cleanup. Addresses #66.


  Commit: fa030adbdfe8c75113c302e3c7ef2f251173748b
      https://github.com/dexonline/dexonline/commit/fa030adbdfe8c75113c302e3c7ef2f251173748b
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-07-08 (Fri, 08 Jul 2016)

  Changed paths:
    M phplib/models/Definition.php
    M phplib/models/Lexem.php
    M phplib/models/Tag.php
    M phplib/models/Tree.php
    M wwwbase/etichete.php

  Log Message:
  -----------
  Fix object deletions, taking foreign keys into account.


  Commit: 7b46b3b79d3a4a3a197e11188f7ed3b3b1b55be7
      https://github.com/dexonline/dexonline/commit/7b46b3b79d3a4a3a197e11188f7ed3b3b1b55be7
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-07-08 (Fri, 08 Jul 2016)

  Changed paths:
    A patches/00168.sql

  Log Message:
  -----------
  Migrate structStatus and structuristId from Lexem to Entry. Schema only. Addresses #66.


  Commit: d4d058cc54abe1ed439646c7954f8e7f725125f5
      https://github.com/dexonline/dexonline/commit/d4d058cc54abe1ed439646c7954f8e7f725125f5
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-07-08 (Fri, 08 Jul 2016)

  Changed paths:
    M phplib/models/Entry.php
    M phplib/models/Lexem.php
    M templates/admin/index.tpl
    M templates/admin/lexemEdit.tpl
    M templates/editEntry.tpl
    M wwwbase/admin/index.php
    M wwwbase/admin/lexemEdit.php
    M wwwbase/admin/lexemSearch.php
    M wwwbase/admin/structChooseLexem.php
    M wwwbase/editEntry.php
    M wwwbase/js/autoload/editEntry.js
    M wwwbase/js/autoload/lexemEdit.js

  Log Message:
  -----------
  Move structStatus and structuristId from Lexem to Entry. Addresses #66.


  Commit: d5b1d2cb72b51d20801a3cb77ffb8e21fa2eb93d
      https://github.com/dexonline/dexonline/commit/d5b1d2cb72b51d20801a3cb77ffb8e21fa2eb93d
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-07-12 (Tue, 12 Jul 2016)

  Changed paths:
    A patches/00169.sql
    M phplib/models/Tree.php
    M templates/editEntry.tpl
    M templates/editTree.tpl
    M wwwbase/editEntry.php
    M wwwbase/editTree.php

  Log Message:
  -----------
  Add button to create a new Tree.
Trees can no longer be deleted. Added a status field to hide them.
Addresses #66.


  Commit: f147c669d75bf843b2cc3588d9343873b6e7a8a6
      https://github.com/dexonline/dexonline/commit/f147c669d75bf843b2cc3588d9343873b6e7a8a6
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-07-12 (Tue, 12 Jul 2016)

  Changed paths:
    M phplib/models/Tree.php
    M templates/editTree.tpl
    M wwwbase/editTree.php

  Log Message:
  -----------
  Implement tree cloning. Addresses #66.


  Commit: 0bb833cf13c64d4b92921085145f9f9994589029
      https://github.com/dexonline/dexonline/commit/0bb833cf13c64d4b92921085145f9f9994589029
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-07-14 (Thu, 14 Jul 2016)

  Changed paths:
    M templates/admin/lexemEdit.tpl
    M wwwbase/admin/lexemEdit.php
    A wwwbase/ajax/getEntries.php
    A wwwbase/ajax/getEntriesById.php
    M wwwbase/js/autoload/lexemEdit.js

  Log Message:
  -----------
  Show the entryId field on the lexem edit page. Addresses #66.


  Commit: ba83c15b1927dee05e1321fd4a8e060267a76a74
      https://github.com/dexonline/dexonline/commit/ba83c15b1927dee05e1321fd4a8e060267a76a74
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-07-14 (Thu, 14 Jul 2016)

  Changed paths:
    M wwwbase/js/autoload/lexemEdit.js
    M wwwbase/js/select2Dev.js

  Log Message:
  -----------
  Add edit links to select2 entries.


  Commit: 04c909dd9b6bcc4fe243c721540754cbf663fd29
      https://github.com/dexonline/dexonline/commit/04c909dd9b6bcc4fe243c721540754cbf663fd29
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-07-14 (Thu, 14 Jul 2016)

  Changed paths:
    A patches/00157.php
    A patches/00158.sql
    A patches/00159.php

  Log Message:
  -----------
  Split lexems having multiple models.
Associate inflected forms and lexem sources with lexems.
Addresses #66.


  Commit: 00e54ff938f1e66fe38415d5577cf26471eb95a7
      https://github.com/dexonline/dexonline/commit/00e54ff938f1e66fe38415d5577cf26471eb95a7
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-07-14 (Thu, 14 Jul 2016)

  Changed paths:
    M docs/schema.txt
    M phplib/models/InflectedForm.php
    M phplib/models/Lexem.php
    R phplib/models/LexemModel.php
    M templates/admin/bulkLabel.tpl
    M templates/admin/editModel.tpl
    A templates/bits/lexem.tpl
    R templates/bits/lexemModel.tpl
    M templates/bits/lexemSources.tpl
    M templates/bits/multiParadigm.tpl
    M templates/modele-flexiune.tpl
    M templates/paradigm/paradigm.tpl
    M templates/paradigm/paradigmA.tpl
    M templates/paradigm/paradigmI.tpl
    M templates/paradigm/paradigmN.tpl
    M templates/paradigm/paradigmP.tpl
    M templates/paradigm/paradigmV.tpl
    M wwwbase/admin/bulkLabel.php
    M wwwbase/admin/bulkLabelSelectSuffix.php
    M wwwbase/admin/editModel.php
    M wwwbase/admin/index.php
    M wwwbase/css/paradigm.css
    M wwwbase/modele-flexiune.php
    M wwwbase/paradigm.php
    M wwwbase/search.php
    M wwwbase/tipuri-modele.php

  Log Message:
  -----------
  Merge LexemModel into Lexem. Partial work. Addresses #66.


  Commit: 7fb94ba537f6a64fa1482cfab7ba196a78c834d1
      https://github.com/dexonline/dexonline/commit/7fb94ba537f6a64fa1482cfab7ba196a78c834d1
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-07-14 (Thu, 14 Jul 2016)

  Changed paths:
    A patches/00160.sql

  Log Message:
  -----------
  Patch to rename field in FullTextIndex.


  Commit: e7e248205ee3072d868b66bd24f264bd9badb013
      https://github.com/dexonline/dexonline/commit/e7e248205ee3072d868b66bd24f264bd9badb013
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-07-14 (Thu, 14 Jul 2016)

  Changed paths:
    M phplib/models/Definition.php
    M phplib/models/FullTextIndex.php
    M templates/admin/lexemList.tpl
    M tools/rebuildFullTextIndex.php
    M wwwbase/admin/lexemSearch.php

  Log Message:
  -----------
  convert code related to the full text index. Addresses #66.


  Commit: 292a4d173e120b250ec39cbe9e07f32b37b5153c
      https://github.com/dexonline/dexonline/commit/292a4d173e120b250ec39cbe9e07f32b37b5153c
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-07-14 (Thu, 14 Jul 2016)

  Changed paths:
    R tools/reassocciateDE.php

  Log Message:
  -----------
  Delete tools/reassociateDE.php (command-line tool now superseded by deTool.php).


  Commit: 33e30c84c9b92202043f1e425cc7abad1cc8b93c
      https://github.com/dexonline/dexonline/commit/33e30c84c9b92202043f1e425cc7abad1cc8b93c
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-07-14 (Thu, 14 Jul 2016)

  Changed paths:
    M phplib/models/Lexem.php
    M templates/admin/deTool.tpl
    M templates/admin/deleteModel.tpl
    M templates/admin/lexemEdit.tpl
    M templates/admin/lexemEditActions.tpl
    M templates/admin/mergeLexems.tpl
    M templates/bits/lexemEditModel.tpl
    M templates/bits/lexemSources.tpl
    M tools/bulk/importDefinitions.php
    M tools/freezeLocVersion.php
    M tools/rebuildScrabbleForms.php
    M tools/truncateDatabase.sql
    M wwwbase/admin/deTool.php
    M wwwbase/admin/deleteModel.php
    M wwwbase/admin/lexemEdit.php
    M wwwbase/admin/mergeLexems.php
    M wwwbase/admin/placeAccents.php
    M wwwbase/ajax/getEntries.php
    A wwwbase/ajax/getModelByLexemId.php
    M wwwbase/ajax/getModelsByCodes.php
    R wwwbase/ajax/getModelsByLexemId.php
    M wwwbase/ajax/scramble.php
    M wwwbase/css/autoload/lexemEdit.css
    M wwwbase/js/autoload/deTool.js
    M wwwbase/js/autoload/lexemEdit.js
    M wwwbase/scrabble.php

  Log Message:
  -----------
  More conversions from LexemModel to Lexem. Addresses #66.


  Commit: 642bd6ad09250f5668b985c93f2c96d19c7d14f2
      https://github.com/dexonline/dexonline/commit/642bd6ad09250f5668b985c93f2c96d19c7d14f2
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-07-14 (Thu, 14 Jul 2016)

  Changed paths:
    M templates/admin/cloneModel.tpl
    M tools/getWotdImageByEmail.php
    M wwwbase/admin/cloneModel.php
    M wwwbase/admin/viewTemporaryLexems.php
    M wwwbase/ajax/meaningMention.php

  Log Message:
  -----------
  Aore conversions from LexemModel to Lexem. Addresses #66.


  Commit: fe68beba73e02b2e4591d755664e64ff00ca7db3
      https://github.com/dexonline/dexonline/commit/fe68beba73e02b2e4591d755664e64ff00ca7db3
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-07-14 (Thu, 14 Jul 2016)

  Changed paths:
    M test/constraints.xml
    M test/searchByInflectedForm.xml
    M tools/resetTestingDatabase.php

  Log Message:
  -----------
  Fix unit tests. Addresses #66.


  Commit: a556912d40ac628ac4c600651ccd019910f55b63
      https://github.com/dexonline/dexonline/commit/a556912d40ac628ac4c600651ccd019910f55b63
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-07-14 (Thu, 14 Jul 2016)

  Changed paths:
    M templates/xml/xmldump/lexem.tpl

  Log Message:
  -----------
  Final conversion from LexemModel to Lexem. Addresses #66.


  Commit: 0c68793fb5ece8105d3269b802f921e811dcd42a
      https://github.com/dexonline/dexonline/commit/0c68793fb5ece8105d3269b802f921e811dcd42a
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-07-14 (Thu, 14 Jul 2016)

  Changed paths:
    A patches/00161.sql

  Log Message:
  -----------
  Drop old LexemModel table and foreign keys. Addresses #66.


  Commit: 84699881342ac7ace65ab22d3e26f6f4ee2b82f3
      https://github.com/dexonline/dexonline/commit/84699881342ac7ace65ab22d3e26f6f4ee2b82f3
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-07-14 (Thu, 14 Jul 2016)

  Changed paths:
    M phplib/models/Entry.php
    M phplib/models/Lexem.php
    M wwwbase/admin/deTool.php

  Log Message:
  -----------
  Create entries when creating new lexems. Addresses #66.


  Commit: 144c2c4bd87df5b170d62d526b01014060d73b7f
      https://github.com/dexonline/dexonline/commit/144c2c4bd87df5b170d62d526b01014060d73b7f
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-07-14 (Thu, 14 Jul 2016)

  Changed paths:
    M docs/schema.txt
    A patches/00162.sql

  Log Message:
  -----------
  Patch to migrate LexemDefinitionMap to EntryDefinition. Addresses #66.


  Commit: 3caf166044738a6f9cd2c6e49973d276904a24c6
      https://github.com/dexonline/dexonline/commit/3caf166044738a6f9cd2c6e49973d276904a24c6
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-07-14 (Thu, 14 Jul 2016)

  Changed paths:
    M phplib/SimilarRecord.php
    M phplib/models/Definition.php
    M phplib/models/Entry.php
    A phplib/models/EntryDefinition.php
    M phplib/models/Lexem.php
    R phplib/models/LexemDefinitionMap.php
    M templates/admin/deTool.tpl
    M templates/admin/definitionEdit.tpl
    A templates/admin/entryList.tpl
    M templates/admin/lexemEdit.tpl
    M templates/admin/lexemEditActions.tpl
    A templates/admin/viewUnassociatedEntries.tpl
    R templates/admin/viewUnassociatedLexems.tpl
    M templates/editEntry.tpl
    M tools/deleteSpam.php
    M wwwbase/admin/deTool.php
    M wwwbase/admin/definitionEdit.php
    M wwwbase/admin/index.php
    M wwwbase/admin/lexemEdit.php
    M wwwbase/admin/lexemSearch.php
    M wwwbase/admin/mergeLexems.php
    M wwwbase/admin/structChooseLexem.php
    M wwwbase/admin/viewPendingDefinitions.php
    M wwwbase/admin/viewTemporaryLexems.php
    M wwwbase/admin/viewUnassociatedDefinitions.php
    A wwwbase/admin/viewUnassociatedEntries.php
    R wwwbase/admin/viewUnassociatedLexems.php
    M wwwbase/ajax/deleteDefinition.php
    M wwwbase/ajax/getDefinitionsForLexem.php
    M wwwbase/ajax/getSimilarRecord.php
    M wwwbase/ajax/mill.php
    M wwwbase/auth/login.php
    M wwwbase/contribuie.php
    A wwwbase/css/autoload/editEntry.css
    M wwwbase/css/autoload/lexemEdit.css
    M wwwbase/css/flex.css
    M wwwbase/css/zepu.css
    R wwwbase/deprecated/update.php
    R wwwbase/deprecated/update3.php
    M wwwbase/editEntry.php
    M wwwbase/hangman.php
    M wwwbase/js/autoload/contribuie.js
    M wwwbase/js/autoload/deTool.js
    M wwwbase/js/autoload/definitionEdit.js
    M wwwbase/js/autoload/editEntry.js
    M wwwbase/js/autoload/lexemEdit.js
    M wwwbase/js/select2Dev.js

  Log Message:
  -----------
  Migrate lexems from definitions to entries. Partial work. Addresses #66.


  Commit: a635a6811e1029e25231ea03f20a11cd809e3495
      https://github.com/dexonline/dexonline/commit/a635a6811e1029e25231ea03f20a11cd809e3495
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-07-14 (Thu, 14 Jul 2016)

  Changed paths:
    M templates/admin/deTool.tpl
    M wwwbase/admin/deTool.php
    M wwwbase/js/autoload/deTool.js

  Log Message:
  -----------
  Convert deTool to use EntryDefinitions. Addresses #66.


  Commit: 3a344bbe6eea66f90ad5c8e77aa77ae4836e7b36
      https://github.com/dexonline/dexonline/commit/3a344bbe6eea66f90ad5c8e77aa77ae4836e7b36
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-07-14 (Thu, 14 Jul 2016)

  Changed paths:
    R templates/update3Instructions.tpl
    R templates/updateInstructions.tpl
    M tools/generateSitemap.php

  Log Message:
  -----------
  Remove code related to update.php and update3.php. Addresses #66.


  Commit: b98c7113e060e1eeca225a027243a4251b851886
      https://github.com/dexonline/dexonline/commit/b98c7113e060e1eeca225a027243a4251b851886
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-07-14 (Thu, 14 Jul 2016)

  Changed paths:
    M phplib/models/Definition.php
    M phplib/models/Lexem.php
    M tools/bulk/importDefinitions.php
    M tools/evalSimilarCheckbox.php
    M tools/getWotdImageByEmail.php
    M tools/resetTestingDatabase.php
    M tools/truncateDatabase.sql
    M tools/updateRandomWord.sh
    M wwwbase/admin/bulkLabel.php
    M wwwbase/admin/placeAccents.php
    M wwwbase/search.php

  Log Message:
  -----------
  More conversions from LexemDefinitionMap to EntryDefinition. Addresses #66.


  Commit: d3c651482758bb47bbd769945a8c243d36ebb60f
      https://github.com/dexonline/dexonline/commit/d3c651482758bb47bbd769945a8c243d36ebb60f
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-07-14 (Thu, 14 Jul 2016)

  Changed paths:
    R templates/bits/updateError.tpl
    R templates/xml/update.tpl
    R templates/xml/update3Abbrev.tpl
    R templates/xml/update3Definitions.tpl
    R templates/xml/update3Inflections.tpl
    R templates/xml/update3Lexems.tpl
    R templates/xml/update3Sources.tpl

  Log Message:
  -----------
  Removed even mode code related to update.php and update3.php. Addresses #66.


  Commit: 16a46990a1dc402c0698de902b4d26c2c6f6b4d8
      https://github.com/dexonline/dexonline/commit/16a46990a1dc402c0698de902b4d26c2c6f6b4d8
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-07-14 (Thu, 14 Jul 2016)

  Changed paths:
    A phplib/XmlDump.php
    M phplib/db.php
    A templates/xml/update5.tpl
    A templates/xml/xmldump/entry.tpl
    M templates/xml/xmldump/lexem.tpl
    M tools/dumpDatabaseXml.php
    M wwwbase/update4.php
    A wwwbase/update5.php

  Log Message:
  -----------
  Finish migrating LexemDefinitionMap to EntryDefinition. Addresses #66.


  Commit: 9e5f678fd8698a7f799376efd96b5dfa4cbc3f0a
      https://github.com/dexonline/dexonline/commit/9e5f678fd8698a7f799376efd96b5dfa4cbc3f0a
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-07-14 (Thu, 14 Jul 2016)

  Changed paths:
    A patches/00163.sql
    A phplib/models/DefinitionTag.php
    M templates/admin/definitionEdit.tpl
    M wwwbase/admin/definitionEdit.php
    A wwwbase/ajax/getTags.php
    A wwwbase/ajax/getTagsById.php
    M wwwbase/js/autoload/definitionEdit.js

  Log Message:
  -----------
  Add definition tags. Addresses #66.


  Commit: c87246caeeb098f4aa0bc81cb69bee5e678ac47d
      https://github.com/dexonline/dexonline/commit/c87246caeeb098f4aa0bc81cb69bee5e678ac47d
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-07-14 (Thu, 14 Jul 2016)

  Changed paths:
    M phplib/SimilarRecord.php
    M templates/admin/definitionEdit.tpl
    M templates/bits/sourceDropDown.tpl
    M templates/bits/statusDropDown.tpl
    M wwwbase/admin/definitionEdit.php
    A wwwbase/css/autoload/definitionEdit.css
    M wwwbase/css/common.css
    M wwwbase/css/flex.css

  Log Message:
  -----------
  Convert definitionEdit to bootstrap. Still has some glitches. Addresses #66.


  Commit: bb91903febf7bef0e05945e4ecc336e9baa3c6f5
      https://github.com/dexonline/dexonline/commit/bb91903febf7bef0e05945e4ecc336e9baa3c6f5
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-07-14 (Thu, 14 Jul 2016)

  Changed paths:
    M templates/admin/definitionEdit.tpl
    M wwwbase/css/autoload/definitionEdit.css

  Log Message:
  -----------
  Tweaks to the definition edit page. Addresses #66.


  Commit: 1b541c71e60a05666b15407b057b0fe05c36626f
      https://github.com/dexonline/dexonline/commit/1b541c71e60a05666b15407b057b0fe05c36626f
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-07-14 (Thu, 14 Jul 2016)

  Changed paths:
    M templates/admin/definitionEdit.tpl
    M wwwbase/admin/definitionEdit.php

  Log Message:
  -----------
  Expose the Definition.structured bit on the definition edit page. Addresses #66.


  Commit: 1d602c3cffa59bc888163c7d079076247b010378
      https://github.com/dexonline/dexonline/commit/1d602c3cffa59bc888163c7d079076247b010378
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-07-14 (Thu, 14 Jul 2016)

  Changed paths:
    M phplib/SmartyWrap.php
    M templates/admin/lexemEdit.tpl
    M templates/admin/lexemEditActions.tpl
    M templates/bits/fgf.tpl
    R templates/bits/lexemEditModel.tpl
    M templates/bits/structStatus.tpl
    M wwwbase/admin/lexemEdit.php
    M wwwbase/css/autoload/lexemEdit.css
    M wwwbase/css/flex.css
    R wwwbase/css/jquery-wm/clear.gif
    R wwwbase/css/jquery-wm/jquery.wm.default.icons.png
    R wwwbase/css/jquery-wm/main.css
    M wwwbase/js/autoload/lexemEdit.js
    R wwwbase/js/jquery-wm.js

  Log Message:
  -----------
  Convert the lexem edit page to Bootstrap. Remove the Javascript window manager.
Addresses #66.


  Commit: c4d35d24382ffe25f3bb281c8729866361c441a0
      https://github.com/dexonline/dexonline/commit/c4d35d24382ffe25f3bb281c8729866361c441a0
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-07-14 (Thu, 14 Jul 2016)

  Changed paths:
    M templates/admin/definitionEdit.tpl

  Log Message:
  -----------
  Improve some checkbox code. Move tooltips to a wiki page. Addresses #66.


  Commit: 20859515b129baf2069202a5b44c2aecaac2858f
      https://github.com/dexonline/dexonline/commit/20859515b129baf2069202a5b44c2aecaac2858f
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-07-14 (Thu, 14 Jul 2016)

  Changed paths:
    M wwwbase/update5.php

  Log Message:
  -----------
  Fix link to update5.php specs. Addresses #66.


  Commit: 4f8f07cd42f0704af951b13fa7d86a6c1974f364
      https://github.com/dexonline/dexonline/commit/4f8f07cd42f0704af951b13fa7d86a6c1974f364
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-07-14 (Thu, 14 Jul 2016)

  Changed paths:
    M wwwbase/js/autoload/lexemEdit.js

  Log Message:
  -----------
  Enable some disabled <select>s so they submit properly. Addresses #66.


  Commit: 9f16634ccc1b56e63def9c03749a72d41672f3df
      https://github.com/dexonline/dexonline/commit/9f16634ccc1b56e63def9c03749a72d41672f3df
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-07-14 (Thu, 14 Jul 2016)

  Changed paths:
    A patches/00164.sql
    A phplib/models/LexemTag.php
    M templates/admin/lexemEdit.tpl
    M templates/admin/lexemEditActions.tpl
    M wwwbase/admin/lexemEdit.php
    M wwwbase/js/autoload/lexemEdit.js

  Log Message:
  -----------
  Added LexemTags. Addresses #66.


  Commit: b97346f24815322796df727c132f36435ee7031d
      https://github.com/dexonline/dexonline/commit/b97346f24815322796df727c132f36435ee7031d
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-07-14 (Thu, 14 Jul 2016)

  Changed paths:
    M templates/admin/lexemEdit.tpl
    M wwwbase/admin/lexemEdit.php
    M wwwbase/js/autoload/lexemEdit.js

  Log Message:
  -----------
  Expose the Lexem.stopWord field. Addresses #66.


  Commit: a1eddf5db6028f56db18053b731e6a652d414092
      https://github.com/dexonline/dexonline/commit/a1eddf5db6028f56db18053b731e6a652d414092
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-07-14 (Thu, 14 Jul 2016)

  Changed paths:
    M templates/admin/lexemEdit.tpl
    M wwwbase/admin/lexemEdit.php
    M wwwbase/js/autoload/lexemEdit.js

  Log Message:
  -----------
  Better implementation of a readonly checkbox. Addresses #66.


  Commit: f1864950716c861332ecc0fd5643406be8b57586
      https://github.com/dexonline/dexonline/commit/f1864950716c861332ecc0fd5643406be8b57586
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-07-14 (Thu, 14 Jul 2016)

  Changed paths:
    A patches/00165.sql
    A patches/00166.php
    M phplib/models/Entry.php
    A phplib/models/Tree.php
    A phplib/models/TreeEntry.php

  Log Message:
  -----------
  Add the Tree class as a container for meaning trees. Migrate meaning associations from lexems to trees. Addresses #66.


  Commit: dd9fa77e0799a54f8a14fd150c9844deac19bdec
      https://github.com/dexonline/dexonline/commit/dd9fa77e0799a54f8a14fd150c9844deac19bdec
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-07-14 (Thu, 14 Jul 2016)

  Changed paths:
    M phplib/SmartyWrap.php
    M phplib/models/Entry.php
    M phplib/models/Meaning.php
    M phplib/models/Tree.php
    M templates/bits/meaningTree.tpl
    M templates/editEntry.tpl
    A wwwbase/ajax/getTrees.php
    A wwwbase/ajax/getTreesById.php
    M wwwbase/css/autoload/lexemEdit.css
    A wwwbase/css/meaningTree.css
    M wwwbase/editEntry.php
    M wwwbase/js/autoload/editEntry.js
    M wwwbase/js/autoload/lexemEdit.js
    A wwwbase/js/meaningTree.js
    M wwwbase/js/select2Dev.js

  Log Message:
  -----------
  Show read-only trees on the entry edit page. Addresses #66.


  Commit: 69f574fe1b5425b336c1fb64b4337a2635eefb20
      https://github.com/dexonline/dexonline/commit/69f574fe1b5425b336c1fb64b4337a2635eefb20
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-07-14 (Thu, 14 Jul 2016)

  Changed paths:
    M templates/editEntry.tpl
    M wwwbase/js/autoload/editEntry.js
    M wwwbase/js/select2Dev.js

  Log Message:
  -----------
  Better edit links. Addresses #66.


  Commit: 94965234d74d2912633a488238092af0c1bb6643
      https://github.com/dexonline/dexonline/commit/94965234d74d2912633a488238092af0c1bb6643
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-07-14 (Thu, 14 Jul 2016)

  Changed paths:
    M phplib/models/Tree.php
    A templates/editTree.tpl
    M wwwbase/admin/lexemEdit.php
    A wwwbase/editTree.php
    A wwwbase/js/autoload/editTree.js
    M wwwbase/js/autoload/lexemEdit.js

  Log Message:
  -----------
  Add a Tree editor. Does not include the meaning tree editor yet. Addresses #66.


  Commit: d1ea8794ada665684a0209d3d37d7c2c953e0b45
      https://github.com/dexonline/dexonline/commit/d1ea8794ada665684a0209d3d37d7c2c953e0b45
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-07-14 (Thu, 14 Jul 2016)

  Changed paths:
    M templates/editTree.tpl

  Log Message:
  -----------
  Show meaning tree on the tree edit page. Addresses #66.


  Commit: dd6c39d11350d758b798bb26d848d8322a6a3148
      https://github.com/dexonline/dexonline/commit/dd6c39d11350d758b798bb26d848d8322a6a3148
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-07-14 (Thu, 14 Jul 2016)

  Changed paths:
    A patches/00167.sql

  Log Message:
  -----------
  Drop old Meaning.lexemId field. Addresses #66.


  Commit: 55fd3a2a7cb0680c8c10aa9ab8f2b6dae07e67a3
      https://github.com/dexonline/dexonline/commit/55fd3a2a7cb0680c8c10aa9ab8f2b6dae07e67a3
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-07-14 (Thu, 14 Jul 2016)

  Changed paths:
    M templates/admin/lexemEdit.tpl

  Log Message:
  -----------
  Cosmetic changes on the lexem edit page. Addresses #66.


  Commit: fe58374a5a9e24e55eef091bf3c6c85bf26b4388
      https://github.com/dexonline/dexonline/commit/fe58374a5a9e24e55eef091bf3c6c85bf26b4388
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-07-14 (Thu, 14 Jul 2016)

  Changed paths:
    M templates/admin/lexemEdit.tpl
    M templates/editTree.tpl
    M wwwbase/admin/lexemEdit.php
    M wwwbase/css/autoload/lexemEdit.css
    M wwwbase/editEntry.php
    M wwwbase/editTree.php
    M wwwbase/js/autoload/lexemEdit.js
    M wwwbase/js/meaningTree.js

  Log Message:
  -----------
  Make the meaning editor work. Work in progress. Addresses #66.


  Commit: 5ce28b6449bd99d19b156ddaa0a961965c895e45
      https://github.com/dexonline/dexonline/commit/5ce28b6449bd99d19b156ddaa0a961965c895e45
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-07-14 (Thu, 14 Jul 2016)

  Changed paths:
    M phplib/models/BaseObject.php
    M phplib/models/Meaning.php
    M phplib/models/Tree.php
    M templates/editTree.tpl
    M wwwbase/admin/lexemEdit.php
    M wwwbase/ajax/meaningMention.php
    R wwwbase/css/autoload/lexemEdit.css
    M wwwbase/css/meaningTree.css
    M wwwbase/editTree.php
    M wwwbase/js/meaningTree.js

  Log Message:
  -----------
  Complete porting the meaning tree editor. Addresses #66.


  Commit: f9abc16a7a4163dfcca523197ed3d4d15dae9ac1
      https://github.com/dexonline/dexonline/commit/f9abc16a7a4163dfcca523197ed3d4d15dae9ac1
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-07-14 (Thu, 14 Jul 2016)

  Changed paths:
    M templates/bits/meaningTree.tpl
    M templates/editTree.tpl
    M wwwbase/js/meaningTree.js

  Log Message:
  -----------
  Allow the meaning tree to be read-only. Display less information when it
is readonly. Addresses #66.


  Commit: a59e96b2e7ae4bd1bee33872c19312e13ff840d3
      https://github.com/dexonline/dexonline/commit/a59e96b2e7ae4bd1bee33872c19312e13ff840d3
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-07-14 (Thu, 14 Jul 2016)

  Changed paths:
    M templates/admin/definitionEdit.tpl
    M templates/admin/lexemEdit.tpl
    M wwwbase/css/common.css
    M wwwbase/css/meaningTree.css
    M wwwbase/js/select2Dev.js

  Log Message:
  -----------
  Cosmetic changes. Addresses #66.


  Commit: d25dcaa793d1a4db8a954013c291a90fc845b81c
      https://github.com/dexonline/dexonline/commit/d25dcaa793d1a4db8a954013c291a90fc845b81c
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-07-14 (Thu, 14 Jul 2016)

  Changed paths:
    M phplib/models/Lexem.php
    M phplib/models/Meaning.php
    M phplib/models/Tag.php
    M wwwbase/js/autoload/etichete.js

  Log Message:
  -----------
  Remove recursive meaning cloning - it's no longer needed.
Update the tag usage check to reflect the new *Tag tables.
Addresses #66.


  Commit: e81c8ef79cc472e8b28d0b5b47cd5385a80ad13d
      https://github.com/dexonline/dexonline/commit/e81c8ef79cc472e8b28d0b5b47cd5385a80ad13d
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-07-14 (Thu, 14 Jul 2016)

  Changed paths:
    M phplib/AdminStringUtil.php
    M phplib/models/Lexem.php
    M phplib/models/Meaning.php
    M phplib/models/MeaningSource.php
    M phplib/models/MeaningTag.php
    M phplib/models/Tree.php
    M templates/bits/tagTree.tpl
    M tools/truncateDatabase.sql
    M wwwbase/ajax/getMeaningById.php
    M wwwbase/css/common.css
    M wwwbase/css/zepu.css
    M wwwbase/js/dex.js

  Log Message:
  -----------
  Fix meaning tooltips. Meaning cleanup. Addresses #66.


  Commit: 5b19f48e00906020f47a2bfb12c8f85c579c8659
      https://github.com/dexonline/dexonline/commit/5b19f48e00906020f47a2bfb12c8f85c579c8659
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-07-14 (Thu, 14 Jul 2016)

  Changed paths:
    M phplib/models/Definition.php
    M phplib/models/Lexem.php
    M phplib/models/Tag.php
    M phplib/models/Tree.php
    M wwwbase/etichete.php

  Log Message:
  -----------
  Fix object deletions, taking foreign keys into account.


  Commit: 50c7d70e6b0062f18ee545ab6a04b74461aeade6
      https://github.com/dexonline/dexonline/commit/50c7d70e6b0062f18ee545ab6a04b74461aeade6
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-07-14 (Thu, 14 Jul 2016)

  Changed paths:
    A patches/00168.sql

  Log Message:
  -----------
  Migrate structStatus and structuristId from Lexem to Entry. Schema only. Addresses #66.


  Commit: 5ebaf056a685d9f535ff0ffa32b17ac68ce7635c
      https://github.com/dexonline/dexonline/commit/5ebaf056a685d9f535ff0ffa32b17ac68ce7635c
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-07-14 (Thu, 14 Jul 2016)

  Changed paths:
    M phplib/models/Entry.php
    M phplib/models/Lexem.php
    M templates/admin/index.tpl
    M templates/admin/lexemEdit.tpl
    M templates/editEntry.tpl
    M wwwbase/admin/index.php
    M wwwbase/admin/lexemEdit.php
    M wwwbase/admin/lexemSearch.php
    M wwwbase/admin/structChooseLexem.php
    M wwwbase/editEntry.php
    M wwwbase/js/autoload/editEntry.js
    M wwwbase/js/autoload/lexemEdit.js

  Log Message:
  -----------
  Move structStatus and structuristId from Lexem to Entry. Addresses #66.


  Commit: fd5c353ed70a42c6ef39bc130cf0ab04dfa8b2eb
      https://github.com/dexonline/dexonline/commit/fd5c353ed70a42c6ef39bc130cf0ab04dfa8b2eb
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-07-14 (Thu, 14 Jul 2016)

  Changed paths:
    A patches/00169.sql
    M phplib/models/Tree.php
    M templates/editEntry.tpl
    M templates/editTree.tpl
    M wwwbase/editEntry.php
    M wwwbase/editTree.php

  Log Message:
  -----------
  Add button to create a new Tree.
Trees can no longer be deleted. Added a status field to hide them.
Addresses #66.


  Commit: f4d5dafab6b48d55f008fd7ee683b23f3a90f9a9
      https://github.com/dexonline/dexonline/commit/f4d5dafab6b48d55f008fd7ee683b23f3a90f9a9
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-07-14 (Thu, 14 Jul 2016)

  Changed paths:
    M phplib/models/Tree.php
    M templates/editTree.tpl
    M wwwbase/editTree.php

  Log Message:
  -----------
  Implement tree cloning. Addresses #66.


  Commit: 0f6cfe7be84e0a52b046667a123daf26d9a6d159
      https://github.com/dexonline/dexonline/commit/0f6cfe7be84e0a52b046667a123daf26d9a6d159
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-07-14 (Thu, 14 Jul 2016)

  Changed paths:
    M tools/rebuildFullTextIndex.php

  Log Message:
  -----------
  Merge branch 'struct' of https://github.com/dexonline/dexonline into struct


  Commit: 4fb39b5b429f90d19d9a4472a79bbd0e02b63c55
      https://github.com/dexonline/dexonline/commit/4fb39b5b429f90d19d9a4472a79bbd0e02b63c55
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-07-14 (Thu, 14 Jul 2016)

  Changed paths:
    M tools/rebuildFullTextIndex.php

  Log Message:
  -----------
  Undo previous commit.


  Commit: aea5e44041a9362fed3403cce1331a6ae25b56cd
      https://github.com/dexonline/dexonline/commit/aea5e44041a9362fed3403cce1331a6ae25b56cd
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-07-14 (Thu, 14 Jul 2016)

  Changed paths:
    M docs/schema.txt
    A patches/00170.sql
    M phplib/models/Visual.php
    M templates/admin/visualTag.tpl
    M wwwbase/admin/visualTag.php
    M wwwbase/ajax/visualGetImageTags.php
    M wwwbase/js/autoload/visualTag.js
    M wwwbase/search.php

  Log Message:
  -----------
  Migrate Visuals and VisualTags from Lexem to Entry. Addresses #66.


  Commit: 4a2f54a98c336729ab76984cc48e685212b0bec2
      https://github.com/dexonline/dexonline/commit/4a2f54a98c336729ab76984cc48e685212b0bec2
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-01 (Mon, 01 Aug 2016)

  Changed paths:
    A patches/00171.sql
    A patches/00172.php

  Log Message:
  -----------
  Relations now point to Trees. Database patches only. Addresses #66.


  Commit: 289bb37c0e6d26d8227cb8d951682b225ac1a5f3
      https://github.com/dexonline/dexonline/commit/289bb37c0e6d26d8227cb8d951682b225ac1a5f3
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-01 (Mon, 01 Aug 2016)

  Changed paths:
    A patches/00173.sql
    M phplib/models/Lexem.php
    M phplib/models/Relation.php
    M phplib/models/Tree.php

  Log Message:
  -----------
  Migrate relations from lexems to trees. Addresses #66.


  Commit: 5c89690f644b30fbc7ea5b356e601dded458ed6a
      https://github.com/dexonline/dexonline/commit/5c89690f644b30fbc7ea5b356e601dded458ed6a
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-02 (Tue, 02 Aug 2016)

  Changed paths:
    M patches/00172.php
    M phplib/models/Meaning.php
    M phplib/models/Relation.php
    M templates/bits/meaningTree.tpl
    M wwwbase/js/meaningTree.js

  Log Message:
  -----------
  Finish migrating Relations from Lexems to Trees. Addresses #66.


  Commit: fb0a26f661fc358ccafff5643edb7e3ee3dd846f
      https://github.com/dexonline/dexonline/commit/fb0a26f661fc358ccafff5643edb7e3ee3dd846f
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-02 (Tue, 02 Aug 2016)

  Changed paths:
    M wwwbase/admin/lexemEdit.php

  Log Message:
  -----------
  Remove unused permission.


  Commit: c9a13b920d90ea3e2d8d30d526fe9b671f1974c5
      https://github.com/dexonline/dexonline/commit/c9a13b920d90ea3e2d8d30d526fe9b671f1974c5
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-02 (Tue, 02 Aug 2016)

  Changed paths:
    R wwwbase/img/icons/arrow_refresh.png
    R wwwbase/img/icons/bullet_green.png
    R wwwbase/img/icons/bullet_red.png
    R wwwbase/img/icons/cross.png
    R wwwbase/img/icons/cross16.png
    R wwwbase/img/icons/disk.png
    R wwwbase/img/icons/exclamation.png
    R wwwbase/img/icons/information.png
    R wwwbase/img/icons/page_white_copy.png
    R wwwbase/img/icons/page_white_text.png

  Log Message:
  -----------
  Remove unneeded images. Addresses #66.


  Commit: 8540e33e1e578488f64e6182533debba7dbd3cfc
      https://github.com/dexonline/dexonline/commit/8540e33e1e578488f64e6182533debba7dbd3cfc
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-02 (Tue, 02 Aug 2016)

  Changed paths:
    M templates/admin/index.tpl
    A templates/admin/structChooseEntry.tpl
    R templates/admin/structChooseLexem.tpl
    A templates/bits/entryLink.tpl
    A wwwbase/admin/structChooseEntry.php
    R wwwbase/admin/structChooseLexem.php

  Log Message:
  -----------
  Replace easy-to-structure lexems with easy-to-structure entries. Addresses #66.


  Commit: 71da9ff7d7eba10bd0de928bacb80aec359dcca2
      https://github.com/dexonline/dexonline/commit/71da9ff7d7eba10bd0de928bacb80aec359dcca2
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-02 (Tue, 02 Aug 2016)

  Changed paths:
    M templates/editEntry.tpl
    M wwwbase/editEntry.php

  Log Message:
  -----------
  Show part of speech on the entry edit page. Addresses #66.


  Commit: 3e395ebf6ee102b98f7a7c6962f7da56b8326ad8
      https://github.com/dexonline/dexonline/commit/3e395ebf6ee102b98f7a7c6962f7da56b8326ad8
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-02 (Tue, 02 Aug 2016)

  Changed paths:
    M templates/editTree.tpl
    M wwwbase/editTree.php

  Log Message:
  -----------
  Show parts of speech on entry edit pages. Addresses #66.


  Commit: b4f64f19d18ddc467d68ca2479f2076565b8ffa2
      https://github.com/dexonline/dexonline/commit/b4f64f19d18ddc467d68ca2479f2076565b8ffa2
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-06 (Sat, 06 Aug 2016)

  Changed paths:
    M wwwbase/admin/lexemEdit.php

  Log Message:
  -----------
  Better check for restriction codes. Addresses #66.


  Commit: c8e0e9e8473ef67d033d752a6afccfbcb5babe1c
      https://github.com/dexonline/dexonline/commit/c8e0e9e8473ef67d033d752a6afccfbcb5babe1c
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-08 (Mon, 08 Aug 2016)

  Changed paths:
    A patches/00174.sql
    A patches/00175.php
    M phplib/models/Tree.php

  Log Message:
  -----------
  Merge variants into the same entry. Addresses #66.


  Commit: 2f9bea3458e6c6854370065a8d0487df4ab1c279
      https://github.com/dexonline/dexonline/commit/2f9bea3458e6c6854370065a8d0487df4ab1c279
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-08 (Mon, 08 Aug 2016)

  Changed paths:
    A patches/00176.sql
    M phplib/models/Lexem.php
    M templates/admin/lexemEdit.tpl
    M wwwbase/admin/lexemEdit.php
    M wwwbase/js/autoload/lexemEdit.js

  Log Message:
  -----------
  Remove variant-related code. Expose Lexem.main. Addresses #66.


  Commit: 33fbf87f9456e429dcefb8818998cfb946c199ed
      https://github.com/dexonline/dexonline/commit/33fbf87f9456e429dcefb8818998cfb946c199ed
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-13 (Sat, 13 Aug 2016)

  Changed paths:
    M templates/admin/lexemEdit.tpl
    M wwwbase/admin/lexemEdit.php
    A wwwbase/ajax/getEntries.php
    A wwwbase/ajax/getEntriesById.php
    M wwwbase/js/autoload/lexemEdit.js

  Log Message:
  -----------
  Show the entryId field on the lexem edit page. Addresses #66.


  Commit: 84206fd4ceb9ee8fd37f8f12145ee1196e0a7a65
      https://github.com/dexonline/dexonline/commit/84206fd4ceb9ee8fd37f8f12145ee1196e0a7a65
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-13 (Sat, 13 Aug 2016)

  Changed paths:
    M wwwbase/js/autoload/lexemEdit.js
    M wwwbase/js/select2Dev.js

  Log Message:
  -----------
  Add edit links to select2 entries.


  Commit: 89147ff3b1d4bc63dc050cb2ac18fc6a116344e2
      https://github.com/dexonline/dexonline/commit/89147ff3b1d4bc63dc050cb2ac18fc6a116344e2
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-13 (Sat, 13 Aug 2016)

  Changed paths:
    A patches/00157.php
    A patches/00158.sql
    A patches/00159.php

  Log Message:
  -----------
  Split lexems having multiple models.
Associate inflected forms and lexem sources with lexems.
Addresses #66.


  Commit: ae0c3d1b1d0c3c5945416bd3e65ef2aae6862fbb
      https://github.com/dexonline/dexonline/commit/ae0c3d1b1d0c3c5945416bd3e65ef2aae6862fbb
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-13 (Sat, 13 Aug 2016)

  Changed paths:
    M docs/schema.txt
    M phplib/models/InflectedForm.php
    M phplib/models/Lexem.php
    R phplib/models/LexemModel.php
    M templates/admin/bulkLabel.tpl
    M templates/admin/editModel.tpl
    A templates/bits/lexem.tpl
    R templates/bits/lexemModel.tpl
    M templates/bits/lexemSources.tpl
    M templates/bits/multiParadigm.tpl
    M templates/modele-flexiune.tpl
    M templates/paradigm/paradigm.tpl
    M templates/paradigm/paradigmA.tpl
    M templates/paradigm/paradigmI.tpl
    M templates/paradigm/paradigmN.tpl
    M templates/paradigm/paradigmP.tpl
    M templates/paradigm/paradigmV.tpl
    M wwwbase/admin/bulkLabel.php
    M wwwbase/admin/bulkLabelSelectSuffix.php
    M wwwbase/admin/editModel.php
    M wwwbase/admin/index.php
    M wwwbase/css/paradigm.css
    M wwwbase/modele-flexiune.php
    M wwwbase/paradigm.php
    M wwwbase/search.php
    M wwwbase/tipuri-modele.php

  Log Message:
  -----------
  Merge LexemModel into Lexem. Partial work. Addresses #66.


  Commit: 11e930e7f21a4c851ce9201c0d19efa382f0bec3
      https://github.com/dexonline/dexonline/commit/11e930e7f21a4c851ce9201c0d19efa382f0bec3
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-13 (Sat, 13 Aug 2016)

  Changed paths:
    A patches/00160.sql

  Log Message:
  -----------
  Patch to rename field in FullTextIndex.


  Commit: a7ddf9b118f384b1f7f88258902102f3bb108277
      https://github.com/dexonline/dexonline/commit/a7ddf9b118f384b1f7f88258902102f3bb108277
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-13 (Sat, 13 Aug 2016)

  Changed paths:
    M phplib/models/Definition.php
    M phplib/models/FullTextIndex.php
    M templates/admin/lexemList.tpl
    M tools/rebuildFullTextIndex.php
    M wwwbase/admin/lexemSearch.php

  Log Message:
  -----------
  convert code related to the full text index. Addresses #66.


  Commit: 5c11dcf68d20b6e1b0a4b9731628f638df472b13
      https://github.com/dexonline/dexonline/commit/5c11dcf68d20b6e1b0a4b9731628f638df472b13
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-13 (Sat, 13 Aug 2016)

  Changed paths:
    R tools/reassocciateDE.php

  Log Message:
  -----------
  Delete tools/reassociateDE.php (command-line tool now superseded by deTool.php).


  Commit: 9b1550af45a3c6441b817c0d791db1e9e2bfa4e5
      https://github.com/dexonline/dexonline/commit/9b1550af45a3c6441b817c0d791db1e9e2bfa4e5
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-13 (Sat, 13 Aug 2016)

  Changed paths:
    M phplib/models/Lexem.php
    M templates/admin/deTool.tpl
    M templates/admin/deleteModel.tpl
    M templates/admin/lexemEdit.tpl
    M templates/admin/lexemEditActions.tpl
    M templates/admin/mergeLexems.tpl
    M templates/bits/lexemEditModel.tpl
    M templates/bits/lexemSources.tpl
    M tools/bulk/importDefinitions.php
    M tools/freezeLocVersion.php
    M tools/rebuildScrabbleForms.php
    M tools/truncateDatabase.sql
    M wwwbase/admin/deTool.php
    M wwwbase/admin/deleteModel.php
    M wwwbase/admin/lexemEdit.php
    M wwwbase/admin/mergeLexems.php
    M wwwbase/admin/placeAccents.php
    M wwwbase/ajax/getEntries.php
    A wwwbase/ajax/getModelByLexemId.php
    R wwwbase/ajax/getModelsByLexemId.php
    M wwwbase/ajax/scramble.php
    M wwwbase/css/autoload/lexemEdit.css
    M wwwbase/js/autoload/deTool.js
    M wwwbase/js/autoload/lexemEdit.js
    M wwwbase/scrabble.php

  Log Message:
  -----------
  More conversions from LexemModel to Lexem. Addresses #66.


  Commit: ac4817b68ab610a458e6c5c1eab740cfa1427725
      https://github.com/dexonline/dexonline/commit/ac4817b68ab610a458e6c5c1eab740cfa1427725
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-13 (Sat, 13 Aug 2016)

  Changed paths:
    M templates/admin/cloneModel.tpl
    M tools/getWotdImageByEmail.php
    M wwwbase/admin/cloneModel.php
    M wwwbase/admin/viewTemporaryLexems.php
    M wwwbase/ajax/meaningMention.php

  Log Message:
  -----------
  Aore conversions from LexemModel to Lexem. Addresses #66.


  Commit: 1df8df0d4bc9f8b086f1cf5e1b7736e3b4248af0
      https://github.com/dexonline/dexonline/commit/1df8df0d4bc9f8b086f1cf5e1b7736e3b4248af0
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-13 (Sat, 13 Aug 2016)

  Changed paths:
    M test/constraints.xml
    M test/searchByInflectedForm.xml
    M tools/resetTestingDatabase.php

  Log Message:
  -----------
  Fix unit tests. Addresses #66.


  Commit: 14ac6f6dd8aa7bc32c09f46dc02a06f25fdd9327
      https://github.com/dexonline/dexonline/commit/14ac6f6dd8aa7bc32c09f46dc02a06f25fdd9327
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-13 (Sat, 13 Aug 2016)

  Changed paths:
    M templates/xml/xmldump/lexem.tpl

  Log Message:
  -----------
  Final conversion from LexemModel to Lexem. Addresses #66.


  Commit: b43ff9e8e8fdffca356a413d044118ddf1bb0b9e
      https://github.com/dexonline/dexonline/commit/b43ff9e8e8fdffca356a413d044118ddf1bb0b9e
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-13 (Sat, 13 Aug 2016)

  Changed paths:
    A patches/00161.sql

  Log Message:
  -----------
  Drop old LexemModel table and foreign keys. Addresses #66.


  Commit: 29f003b34a05df7966648c4bd5a66cb99d5e9a9a
      https://github.com/dexonline/dexonline/commit/29f003b34a05df7966648c4bd5a66cb99d5e9a9a
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-13 (Sat, 13 Aug 2016)

  Changed paths:
    M phplib/models/Entry.php
    M phplib/models/Lexem.php
    M wwwbase/admin/deTool.php

  Log Message:
  -----------
  Create entries when creating new lexems. Addresses #66.


  Commit: 48793c9e23b36d96732434f4aa1847940c007d81
      https://github.com/dexonline/dexonline/commit/48793c9e23b36d96732434f4aa1847940c007d81
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-13 (Sat, 13 Aug 2016)

  Changed paths:
    M docs/schema.txt
    A patches/00162.sql

  Log Message:
  -----------
  Patch to migrate LexemDefinitionMap to EntryDefinition. Addresses #66.


  Commit: ad8cba2a09f042c39b627c2c8ecd87195e535263
      https://github.com/dexonline/dexonline/commit/ad8cba2a09f042c39b627c2c8ecd87195e535263
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-13 (Sat, 13 Aug 2016)

  Changed paths:
    M phplib/SimilarRecord.php
    M phplib/models/Definition.php
    M phplib/models/Entry.php
    A phplib/models/EntryDefinition.php
    M phplib/models/Lexem.php
    R phplib/models/LexemDefinitionMap.php
    M templates/admin/deTool.tpl
    M templates/admin/definitionEdit.tpl
    A templates/admin/entryList.tpl
    M templates/admin/lexemEdit.tpl
    M templates/admin/lexemEditActions.tpl
    A templates/admin/viewUnassociatedEntries.tpl
    R templates/admin/viewUnassociatedLexems.tpl
    M templates/editEntry.tpl
    M tools/deleteSpam.php
    M wwwbase/admin/deTool.php
    M wwwbase/admin/definitionEdit.php
    M wwwbase/admin/index.php
    M wwwbase/admin/lexemEdit.php
    M wwwbase/admin/lexemSearch.php
    M wwwbase/admin/mergeLexems.php
    M wwwbase/admin/structChooseLexem.php
    M wwwbase/admin/viewPendingDefinitions.php
    M wwwbase/admin/viewTemporaryLexems.php
    M wwwbase/admin/viewUnassociatedDefinitions.php
    A wwwbase/admin/viewUnassociatedEntries.php
    R wwwbase/admin/viewUnassociatedLexems.php
    M wwwbase/ajax/deleteDefinition.php
    M wwwbase/ajax/getDefinitionsForLexem.php
    M wwwbase/ajax/getSimilarRecord.php
    M wwwbase/ajax/mill.php
    M wwwbase/auth/login.php
    M wwwbase/contribuie.php
    A wwwbase/css/autoload/editEntry.css
    M wwwbase/css/autoload/lexemEdit.css
    M wwwbase/css/flex.css
    R wwwbase/deprecated/update.php
    R wwwbase/deprecated/update3.php
    M wwwbase/editEntry.php
    M wwwbase/hangman.php
    M wwwbase/js/autoload/contribuie.js
    M wwwbase/js/autoload/deTool.js
    M wwwbase/js/autoload/definitionEdit.js
    M wwwbase/js/autoload/editEntry.js
    M wwwbase/js/autoload/lexemEdit.js
    M wwwbase/js/select2Dev.js

  Log Message:
  -----------
  Migrate lexems from definitions to entries. Partial work. Addresses #66.


  Commit: cabed3622842298c1863675b9bbb9031eaa18cfa
      https://github.com/dexonline/dexonline/commit/cabed3622842298c1863675b9bbb9031eaa18cfa
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-13 (Sat, 13 Aug 2016)

  Changed paths:
    M templates/admin/deTool.tpl
    M wwwbase/admin/deTool.php
    M wwwbase/js/autoload/deTool.js

  Log Message:
  -----------
  Convert deTool to use EntryDefinitions. Addresses #66.


  Commit: 92a84a4c5606152213e0fa6eb840abfa9070f48c
      https://github.com/dexonline/dexonline/commit/92a84a4c5606152213e0fa6eb840abfa9070f48c
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-13 (Sat, 13 Aug 2016)

  Changed paths:
    R templates/deprecated/update3Instructions.tpl
    R templates/deprecated/updateInstructions.tpl
    M tools/generateSitemap.php

  Log Message:
  -----------
  Remove code related to update.php and update3.php. Addresses #66.


  Commit: aca41bfbae6d8222090ff4298f5173f88c55ed9b
      https://github.com/dexonline/dexonline/commit/aca41bfbae6d8222090ff4298f5173f88c55ed9b
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-13 (Sat, 13 Aug 2016)

  Changed paths:
    M phplib/models/Definition.php
    M phplib/models/Lexem.php
    M tools/bulk/importDefinitions.php
    M tools/evalSimilarCheckbox.php
    M tools/getWotdImageByEmail.php
    M tools/resetTestingDatabase.php
    M tools/truncateDatabase.sql
    M tools/updateRandomWord.sh
    M wwwbase/admin/bulkLabel.php
    M wwwbase/admin/placeAccents.php
    M wwwbase/search.php

  Log Message:
  -----------
  More conversions from LexemDefinitionMap to EntryDefinition. Addresses #66.


  Commit: d98cd11ffe025cb1cbf56758a99f58280f84a61e
      https://github.com/dexonline/dexonline/commit/d98cd11ffe025cb1cbf56758a99f58280f84a61e
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-13 (Sat, 13 Aug 2016)

  Changed paths:
    R templates/bits/updateError.tpl
    R templates/xml/update.tpl
    R templates/xml/update3Abbrev.tpl
    R templates/xml/update3Definitions.tpl
    R templates/xml/update3Inflections.tpl
    R templates/xml/update3Lexems.tpl
    R templates/xml/update3Sources.tpl

  Log Message:
  -----------
  Removed even mode code related to update.php and update3.php. Addresses #66.


  Commit: 5130307528b7e6eaf33b7d6f0d847e065ac5f1da
      https://github.com/dexonline/dexonline/commit/5130307528b7e6eaf33b7d6f0d847e065ac5f1da
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-13 (Sat, 13 Aug 2016)

  Changed paths:
    A phplib/XmlDump.php
    M phplib/db.php
    A templates/xml/update5.tpl
    A templates/xml/xmldump/entry.tpl
    M templates/xml/xmldump/lexem.tpl
    M tools/dumpDatabaseXml.php
    M wwwbase/update4.php
    A wwwbase/update5.php

  Log Message:
  -----------
  Finish migrating LexemDefinitionMap to EntryDefinition. Addresses #66.


  Commit: a83b22f963f4521776f75c878a9077472258d7f1
      https://github.com/dexonline/dexonline/commit/a83b22f963f4521776f75c878a9077472258d7f1
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-13 (Sat, 13 Aug 2016)

  Changed paths:
    A patches/00163.sql
    A phplib/models/DefinitionTag.php
    M templates/admin/definitionEdit.tpl
    M wwwbase/admin/definitionEdit.php
    A wwwbase/ajax/getTags.php
    A wwwbase/ajax/getTagsById.php
    M wwwbase/js/autoload/definitionEdit.js

  Log Message:
  -----------
  Add definition tags. Addresses #66.


  Commit: 31edb9c6b57fd007c48d0e3b4670d56609873025
      https://github.com/dexonline/dexonline/commit/31edb9c6b57fd007c48d0e3b4670d56609873025
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-13 (Sat, 13 Aug 2016)

  Changed paths:
    M phplib/SimilarRecord.php
    M templates/admin/definitionEdit.tpl
    M templates/bits/statusDropDown.tpl
    M wwwbase/admin/definitionEdit.php
    A wwwbase/css/autoload/definitionEdit.css
    M wwwbase/css/flex.css

  Log Message:
  -----------
  Convert definitionEdit to bootstrap. Still has some glitches. Addresses #66.


  Commit: 614c0878fa6b76629ce72cc67bd8d3b36e763a2c
      https://github.com/dexonline/dexonline/commit/614c0878fa6b76629ce72cc67bd8d3b36e763a2c
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-13 (Sat, 13 Aug 2016)

  Changed paths:
    M templates/admin/definitionEdit.tpl
    M wwwbase/css/autoload/definitionEdit.css

  Log Message:
  -----------
  Tweaks to the definition edit page. Addresses #66.


  Commit: 7af4d9849c6d0179b53ef0a9be2fbd1a3a4685f7
      https://github.com/dexonline/dexonline/commit/7af4d9849c6d0179b53ef0a9be2fbd1a3a4685f7
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-13 (Sat, 13 Aug 2016)

  Changed paths:
    M templates/admin/definitionEdit.tpl
    M wwwbase/admin/definitionEdit.php

  Log Message:
  -----------
  Expose the Definition.structured bit on the definition edit page. Addresses #66.


  Commit: 11609e3117886e4693eb6fe45f4f28d27399ec88
      https://github.com/dexonline/dexonline/commit/11609e3117886e4693eb6fe45f4f28d27399ec88
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-13 (Sat, 13 Aug 2016)

  Changed paths:
    M phplib/SmartyWrap.php
    M templates/admin/lexemEdit.tpl
    M templates/admin/lexemEditActions.tpl
    M templates/bits/fgf.tpl
    R templates/bits/lexemEditModel.tpl
    M templates/bits/structStatus.tpl
    M wwwbase/admin/lexemEdit.php
    M wwwbase/css/autoload/lexemEdit.css
    M wwwbase/css/flex.css
    R wwwbase/css/jquery-wm/clear.gif
    R wwwbase/css/jquery-wm/jquery.wm.default.icons.png
    R wwwbase/css/jquery-wm/main.css
    M wwwbase/js/autoload/lexemEdit.js
    R wwwbase/js/jquery-wm.js

  Log Message:
  -----------
  Convert the lexem edit page to Bootstrap. Remove the Javascript window manager.
Addresses #66.


  Commit: 40081817351d80d90708b95b3680539838824c61
      https://github.com/dexonline/dexonline/commit/40081817351d80d90708b95b3680539838824c61
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-13 (Sat, 13 Aug 2016)

  Changed paths:
    M templates/admin/definitionEdit.tpl

  Log Message:
  -----------
  Improve some checkbox code. Move tooltips to a wiki page. Addresses #66.


  Commit: 378d9b547f328130be57528ff1900b999218a924
      https://github.com/dexonline/dexonline/commit/378d9b547f328130be57528ff1900b999218a924
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-13 (Sat, 13 Aug 2016)

  Changed paths:
    M wwwbase/update5.php

  Log Message:
  -----------
  Fix link to update5.php specs. Addresses #66.


  Commit: 5f883b569435a166263a65ab5baf593ab6628afd
      https://github.com/dexonline/dexonline/commit/5f883b569435a166263a65ab5baf593ab6628afd
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-13 (Sat, 13 Aug 2016)

  Changed paths:
    M wwwbase/js/autoload/lexemEdit.js

  Log Message:
  -----------
  Enable some disabled <select>s so they submit properly. Addresses #66.


  Commit: 8f32f80fc8dd596a1b52300196f60fd34cbf56e9
      https://github.com/dexonline/dexonline/commit/8f32f80fc8dd596a1b52300196f60fd34cbf56e9
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-13 (Sat, 13 Aug 2016)

  Changed paths:
    A patches/00164.sql
    A phplib/models/LexemTag.php
    M templates/admin/lexemEdit.tpl
    M templates/admin/lexemEditActions.tpl
    M wwwbase/admin/lexemEdit.php
    M wwwbase/js/autoload/lexemEdit.js

  Log Message:
  -----------
  Added LexemTags. Addresses #66.


  Commit: 569fa0a597fe14fe60a6560f20a3ddd3e1d5046d
      https://github.com/dexonline/dexonline/commit/569fa0a597fe14fe60a6560f20a3ddd3e1d5046d
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-13 (Sat, 13 Aug 2016)

  Changed paths:
    M templates/admin/lexemEdit.tpl
    M wwwbase/admin/lexemEdit.php
    M wwwbase/js/autoload/lexemEdit.js

  Log Message:
  -----------
  Expose the Lexem.stopWord field. Addresses #66.


  Commit: ef4998185d1b9e168cbbb684ff99a91ad0d921b4
      https://github.com/dexonline/dexonline/commit/ef4998185d1b9e168cbbb684ff99a91ad0d921b4
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-13 (Sat, 13 Aug 2016)

  Changed paths:
    M templates/admin/lexemEdit.tpl
    M wwwbase/admin/lexemEdit.php
    M wwwbase/js/autoload/lexemEdit.js

  Log Message:
  -----------
  Better implementation of a readonly checkbox. Addresses #66.


  Commit: 3de657b82be052088291ebba86399015c9bc1ec5
      https://github.com/dexonline/dexonline/commit/3de657b82be052088291ebba86399015c9bc1ec5
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-13 (Sat, 13 Aug 2016)

  Changed paths:
    A patches/00165.sql
    A patches/00166.php
    M phplib/models/Entry.php
    A phplib/models/Tree.php
    A phplib/models/TreeEntry.php

  Log Message:
  -----------
  Add the Tree class as a container for meaning trees. Migrate meaning associations from lexems to trees. Addresses #66.


  Commit: b4320bc748a35348eac9b31adb713c46955add66
      https://github.com/dexonline/dexonline/commit/b4320bc748a35348eac9b31adb713c46955add66
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-13 (Sat, 13 Aug 2016)

  Changed paths:
    M phplib/SmartyWrap.php
    M phplib/models/Entry.php
    M phplib/models/Meaning.php
    M phplib/models/Tree.php
    M templates/bits/meaningTree.tpl
    M templates/editEntry.tpl
    A wwwbase/ajax/getTrees.php
    A wwwbase/ajax/getTreesById.php
    M wwwbase/css/autoload/lexemEdit.css
    A wwwbase/css/meaningTree.css
    M wwwbase/editEntry.php
    M wwwbase/js/autoload/editEntry.js
    M wwwbase/js/autoload/lexemEdit.js
    A wwwbase/js/meaningTree.js
    M wwwbase/js/select2Dev.js

  Log Message:
  -----------
  Show read-only trees on the entry edit page. Addresses #66.


  Commit: 7936b1ae252188a044cdb00758bf8b8711d82612
      https://github.com/dexonline/dexonline/commit/7936b1ae252188a044cdb00758bf8b8711d82612
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-13 (Sat, 13 Aug 2016)

  Changed paths:
    M templates/editEntry.tpl
    M wwwbase/js/autoload/editEntry.js
    M wwwbase/js/select2Dev.js

  Log Message:
  -----------
  Better edit links. Addresses #66.


  Commit: c8a99161d84d3cbb2b5ea31c2280e13dfdff030f
      https://github.com/dexonline/dexonline/commit/c8a99161d84d3cbb2b5ea31c2280e13dfdff030f
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-13 (Sat, 13 Aug 2016)

  Changed paths:
    M phplib/models/Tree.php
    A templates/editTree.tpl
    M wwwbase/admin/lexemEdit.php
    A wwwbase/editTree.php
    A wwwbase/js/autoload/editTree.js
    M wwwbase/js/autoload/lexemEdit.js

  Log Message:
  -----------
  Add a Tree editor. Does not include the meaning tree editor yet. Addresses #66.


  Commit: 7edeb60b261fb8172252c2ca880454c1a54634d4
      https://github.com/dexonline/dexonline/commit/7edeb60b261fb8172252c2ca880454c1a54634d4
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-13 (Sat, 13 Aug 2016)

  Changed paths:
    M templates/editTree.tpl

  Log Message:
  -----------
  Show meaning tree on the tree edit page. Addresses #66.


  Commit: fd6f9f52725258618c0e554906fd4027b679b3ba
      https://github.com/dexonline/dexonline/commit/fd6f9f52725258618c0e554906fd4027b679b3ba
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-13 (Sat, 13 Aug 2016)

  Changed paths:
    A patches/00167.sql

  Log Message:
  -----------
  Drop old Meaning.lexemId field. Addresses #66.


  Commit: f5787ff1c7291b9110ab60441d95744cfdf5431a
      https://github.com/dexonline/dexonline/commit/f5787ff1c7291b9110ab60441d95744cfdf5431a
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-13 (Sat, 13 Aug 2016)

  Changed paths:
    M templates/admin/lexemEdit.tpl

  Log Message:
  -----------
  Cosmetic changes on the lexem edit page. Addresses #66.


  Commit: 2084e096b1a928f0e32d7a38194832acbcfe8272
      https://github.com/dexonline/dexonline/commit/2084e096b1a928f0e32d7a38194832acbcfe8272
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-13 (Sat, 13 Aug 2016)

  Changed paths:
    M templates/admin/lexemEdit.tpl
    M templates/editTree.tpl
    M wwwbase/admin/lexemEdit.php
    M wwwbase/css/autoload/lexemEdit.css
    M wwwbase/editEntry.php
    M wwwbase/editTree.php
    M wwwbase/js/autoload/lexemEdit.js
    M wwwbase/js/meaningTree.js

  Log Message:
  -----------
  Make the meaning editor work. Work in progress. Addresses #66.


  Commit: a5c6b47323dfd1ef1473d9de1a101e0568828105
      https://github.com/dexonline/dexonline/commit/a5c6b47323dfd1ef1473d9de1a101e0568828105
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-13 (Sat, 13 Aug 2016)

  Changed paths:
    M phplib/models/BaseObject.php
    M phplib/models/Meaning.php
    M phplib/models/Tree.php
    M templates/editTree.tpl
    M wwwbase/admin/lexemEdit.php
    M wwwbase/ajax/meaningMention.php
    R wwwbase/css/autoload/lexemEdit.css
    M wwwbase/css/meaningTree.css
    M wwwbase/editTree.php
    M wwwbase/js/meaningTree.js

  Log Message:
  -----------
  Complete porting the meaning tree editor. Addresses #66.


  Commit: 9527295899e4512c01b95ff08dd90a68855cf55a
      https://github.com/dexonline/dexonline/commit/9527295899e4512c01b95ff08dd90a68855cf55a
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-13 (Sat, 13 Aug 2016)

  Changed paths:
    M templates/bits/meaningTree.tpl
    M templates/editTree.tpl
    M wwwbase/js/meaningTree.js

  Log Message:
  -----------
  Allow the meaning tree to be read-only. Display less information when it
is readonly. Addresses #66.


  Commit: d17f9c1ecf23085f64118cbe122cbcc428962f8c
      https://github.com/dexonline/dexonline/commit/d17f9c1ecf23085f64118cbe122cbcc428962f8c
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-13 (Sat, 13 Aug 2016)

  Changed paths:
    M templates/admin/definitionEdit.tpl
    M templates/admin/lexemEdit.tpl
    M wwwbase/css/meaningTree.css
    M wwwbase/js/select2Dev.js

  Log Message:
  -----------
  Cosmetic changes. Addresses #66.


  Commit: 02a5ac544f3982993cea08b9bf66b61fc9a9a870
      https://github.com/dexonline/dexonline/commit/02a5ac544f3982993cea08b9bf66b61fc9a9a870
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-13 (Sat, 13 Aug 2016)

  Changed paths:
    M phplib/models/Lexem.php
    M phplib/models/Meaning.php
    M phplib/models/Tag.php
    M wwwbase/js/autoload/etichete.js

  Log Message:
  -----------
  Remove recursive meaning cloning - it's no longer needed.
Update the tag usage check to reflect the new *Tag tables.
Addresses #66.


  Commit: e4e8529894b64f45a2a68c85af3df797ec971e12
      https://github.com/dexonline/dexonline/commit/e4e8529894b64f45a2a68c85af3df797ec971e12
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-13 (Sat, 13 Aug 2016)

  Changed paths:
    M phplib/AdminStringUtil.php
    M phplib/models/Lexem.php
    M phplib/models/Meaning.php
    M phplib/models/MeaningSource.php
    M phplib/models/MeaningTag.php
    M phplib/models/Tree.php
    M templates/bits/tagTree.tpl
    M tools/truncateDatabase.sql
    M wwwbase/ajax/getMeaningById.php
    M wwwbase/js/dex.js

  Log Message:
  -----------
  Fix meaning tooltips. Meaning cleanup. Addresses #66.


  Commit: 148acb49cbd7b64a9181d2f50154ddadbcb40d3c
      https://github.com/dexonline/dexonline/commit/148acb49cbd7b64a9181d2f50154ddadbcb40d3c
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-13 (Sat, 13 Aug 2016)

  Changed paths:
    M phplib/models/Definition.php
    M phplib/models/Lexem.php
    M phplib/models/Tag.php
    M phplib/models/Tree.php
    M wwwbase/etichete.php

  Log Message:
  -----------
  Fix object deletions, taking foreign keys into account.


  Commit: 2da35ad3cfbbca6c18570294f3f40a9e9fb32446
      https://github.com/dexonline/dexonline/commit/2da35ad3cfbbca6c18570294f3f40a9e9fb32446
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-13 (Sat, 13 Aug 2016)

  Changed paths:
    A patches/00168.sql

  Log Message:
  -----------
  Migrate structStatus and structuristId from Lexem to Entry. Schema only. Addresses #66.


  Commit: db5ec647667d595c39a1b502b53504a64e2658c2
      https://github.com/dexonline/dexonline/commit/db5ec647667d595c39a1b502b53504a64e2658c2
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-13 (Sat, 13 Aug 2016)

  Changed paths:
    M phplib/models/Entry.php
    M phplib/models/Lexem.php
    M templates/admin/index.tpl
    M templates/admin/lexemEdit.tpl
    M templates/editEntry.tpl
    M wwwbase/admin/index.php
    M wwwbase/admin/lexemEdit.php
    M wwwbase/admin/lexemSearch.php
    M wwwbase/admin/structChooseLexem.php
    M wwwbase/editEntry.php
    M wwwbase/js/autoload/editEntry.js
    M wwwbase/js/autoload/lexemEdit.js

  Log Message:
  -----------
  Move structStatus and structuristId from Lexem to Entry. Addresses #66.


  Commit: 0fc2a297834f37e30f9cafe567dc02a4d4aaffe4
      https://github.com/dexonline/dexonline/commit/0fc2a297834f37e30f9cafe567dc02a4d4aaffe4
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-13 (Sat, 13 Aug 2016)

  Changed paths:
    A patches/00169.sql
    M phplib/models/Tree.php
    M templates/editEntry.tpl
    M templates/editTree.tpl
    M wwwbase/editEntry.php
    M wwwbase/editTree.php

  Log Message:
  -----------
  Add button to create a new Tree.
Trees can no longer be deleted. Added a status field to hide them.
Addresses #66.


  Commit: ca2ced8f727138dffef99be361b498065205c9f0
      https://github.com/dexonline/dexonline/commit/ca2ced8f727138dffef99be361b498065205c9f0
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-13 (Sat, 13 Aug 2016)

  Changed paths:
    M phplib/models/Tree.php
    M templates/editTree.tpl
    M wwwbase/editTree.php

  Log Message:
  -----------
  Implement tree cloning. Addresses #66.


  Commit: 27289ff5724c11ff53c984132e0e50111fb1f57b
      https://github.com/dexonline/dexonline/commit/27289ff5724c11ff53c984132e0e50111fb1f57b
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-14 (Sun, 14 Aug 2016)

  Changed paths:
    M templates/modele-flexiune.tpl

  Log Message:
  -----------
  Merge LexemModel into Lexem. Partial work. Addresses #66.


  Commit: 808d4157486cb95b1474e2f02ee69fd201f42d05
      https://github.com/dexonline/dexonline/commit/808d4157486cb95b1474e2f02ee69fd201f42d05
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-14 (Sun, 14 Aug 2016)

  Changed paths:
    M tools/rebuildFullTextIndex.php

  Log Message:
  -----------
  convert code related to the full text index. Addresses #66.


  Commit: f6c22f782fae6cff9c7704e4fbcb8d8791588133
      https://github.com/dexonline/dexonline/commit/f6c22f782fae6cff9c7704e4fbcb8d8791588133
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-14 (Sun, 14 Aug 2016)

  Changed paths:
    M phplib/models/Entry.php

  Log Message:
  -----------
  Create entries when creating new lexems. Addresses #66.


  Commit: 211999ea1a4f43f256a4696a6d858077d2dc6950
      https://github.com/dexonline/dexonline/commit/211999ea1a4f43f256a4696a6d858077d2dc6950
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-14 (Sun, 14 Aug 2016)

  Changed paths:
    M templates/admin/deTool.tpl
    M wwwbase/admin/deTool.php
    M wwwbase/editEntry.php
    M wwwbase/js/autoload/deTool.js

  Log Message:
  -----------
  Migrate lexems from definitions to entries. Partial work. Addresses #66.


  Commit: 7739224ecf5bee87fd9322fd40f38d0b175a90e6
      https://github.com/dexonline/dexonline/commit/7739224ecf5bee87fd9322fd40f38d0b175a90e6
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-14 (Sun, 14 Aug 2016)

  Changed paths:
    M templates/admin/deTool.tpl
    M wwwbase/admin/deTool.php
    M wwwbase/js/autoload/deTool.js

  Log Message:
  -----------
  Convert deTool to use EntryDefinitions. Addresses #66.


  Commit: a05a19b735674c898f9ac4a2dcd9541f0e248575
      https://github.com/dexonline/dexonline/commit/a05a19b735674c898f9ac4a2dcd9541f0e248575
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-14 (Sun, 14 Aug 2016)

  Changed paths:
    M templates/bits/sourceDropDown.tpl

  Log Message:
  -----------
  Convert definitionEdit to bootstrap. Still has some glitches. Addresses #66.


  Commit: 4b78566c7979c3c42e7afa089c96283fda9fe0de
      https://github.com/dexonline/dexonline/commit/4b78566c7979c3c42e7afa089c96283fda9fe0de
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-14 (Sun, 14 Aug 2016)

  Changed paths:
    M templates/admin/definitionEdit.tpl

  Log Message:
  -----------
  Expose the Definition.structured bit on the definition edit page. Addresses #66.


  Commit: 3b4b7e18512ef4b6aa5f9679e2cf9f1740d782bc
      https://github.com/dexonline/dexonline/commit/3b4b7e18512ef4b6aa5f9679e2cf9f1740d782bc
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-14 (Sun, 14 Aug 2016)

  Changed paths:
    M templates/admin/definitionEdit.tpl

  Log Message:
  -----------
  Improve some checkbox code. Move tooltips to a wiki page. Addresses #66.


  Commit: 4782124bdab41081adcf8a7fa60e7559bf3c018a
      https://github.com/dexonline/dexonline/commit/4782124bdab41081adcf8a7fa60e7559bf3c018a
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-14 (Sun, 14 Aug 2016)

  Changed paths:
    M phplib/models/Tree.php

  Log Message:
  -----------
  Add the Tree class as a container for meaning trees. Migrate meaning associations from lexems to trees. Addresses #66.


  Commit: 0c71f6715ab1648ca1c3b13c044b438ed7ad79c8
      https://github.com/dexonline/dexonline/commit/0c71f6715ab1648ca1c3b13c044b438ed7ad79c8
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-14 (Sun, 14 Aug 2016)

  Changed paths:
    M wwwbase/js/select2Dev.js

  Log Message:
  -----------
  Show read-only trees on the entry edit page. Addresses #66.


  Commit: 0b1e3ac9ddda082dbabf5fa3817434bc1090e5d5
      https://github.com/dexonline/dexonline/commit/0b1e3ac9ddda082dbabf5fa3817434bc1090e5d5
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-14 (Sun, 14 Aug 2016)

  Changed paths:
    M wwwbase/js/select2Dev.js

  Log Message:
  -----------
  Better edit links. Addresses #66.


  Commit: a59e491a8843cdf611c61604aa58394be6fd4540
      https://github.com/dexonline/dexonline/commit/a59e491a8843cdf611c61604aa58394be6fd4540
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-14 (Sun, 14 Aug 2016)

  Changed paths:
    M phplib/models/Tree.php

  Log Message:
  -----------
  Add a Tree editor. Does not include the meaning tree editor yet. Addresses #66.


  Commit: e2227a169fa29ff0bb02ddd27674af6ce42e921b
      https://github.com/dexonline/dexonline/commit/e2227a169fa29ff0bb02ddd27674af6ce42e921b
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-14 (Sun, 14 Aug 2016)

  Changed paths:
    M phplib/models/Tree.php

  Log Message:
  -----------
  Fix meaning tooltips. Meaning cleanup. Addresses #66.


  Commit: c31657d94137c52fc2c1574331bd3a3b4f21d402
      https://github.com/dexonline/dexonline/commit/c31657d94137c52fc2c1574331bd3a3b4f21d402
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-14 (Sun, 14 Aug 2016)

  Changed paths:
    M phplib/models/Tree.php

  Log Message:
  -----------
  Fix object deletions, taking foreign keys into account.


  Commit: 6fec94de67acb441e49b9774a54a796fabfa3e20
      https://github.com/dexonline/dexonline/commit/6fec94de67acb441e49b9774a54a796fabfa3e20
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-15 (Mon, 15 Aug 2016)

  Changed paths:
    M phplib/models/Entry.php
    M wwwbase/editEntry.php

  Log Message:
  -----------
  Move structStatus and structuristId from Lexem to Entry. Addresses #66.


  Commit: 1c6a7aec16cfcbb1c80820e7ee73a6a466526f33
      https://github.com/dexonline/dexonline/commit/1c6a7aec16cfcbb1c80820e7ee73a6a466526f33
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-15 (Mon, 15 Aug 2016)

  Changed paths:
    M wwwbase/editEntry.php

  Log Message:
  -----------
  Add button to create a new Tree.
Trees can no longer be deleted. Added a status field to hide them.
Addresses #66.


  Commit: 3379a89cb21d2a0ecdf2cc287934483cede82dd0
      https://github.com/dexonline/dexonline/commit/3379a89cb21d2a0ecdf2cc287934483cede82dd0
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-15 (Mon, 15 Aug 2016)

  Changed paths:
    M docs/schema.txt
    A patches/00170.sql
    M phplib/models/Visual.php
    M templates/admin/visualTag.tpl
    M wwwbase/admin/visualTag.php
    M wwwbase/ajax/visualGetImageTags.php
    M wwwbase/js/autoload/visualTag.js
    M wwwbase/search.php

  Log Message:
  -----------
  Migrate Visuals and VisualTags from Lexem to Entry. Addresses #66.


  Commit: b3b19853e98b17817dc9002c3383b82f5cfaecb6
      https://github.com/dexonline/dexonline/commit/b3b19853e98b17817dc9002c3383b82f5cfaecb6
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-15 (Mon, 15 Aug 2016)

  Changed paths:
    A patches/00171.sql
    A patches/00172.php

  Log Message:
  -----------
  Relations now point to Trees. Database patches only. Addresses #66.


  Commit: 6bf738418fb72cf02daa04361098930e05c31800
      https://github.com/dexonline/dexonline/commit/6bf738418fb72cf02daa04361098930e05c31800
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-15 (Mon, 15 Aug 2016)

  Changed paths:
    A patches/00173.sql
    M phplib/models/Lexem.php
    M phplib/models/Relation.php
    M phplib/models/Tree.php

  Log Message:
  -----------
  Migrate relations from lexems to trees. Addresses #66.


  Commit: cf264dca6b8e8d40d6c18fda6a464a09deb3a166
      https://github.com/dexonline/dexonline/commit/cf264dca6b8e8d40d6c18fda6a464a09deb3a166
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-15 (Mon, 15 Aug 2016)

  Changed paths:
    M patches/00172.php
    M phplib/models/Meaning.php
    M phplib/models/Relation.php
    M templates/bits/meaningTree.tpl
    M wwwbase/js/meaningTree.js

  Log Message:
  -----------
  Finish migrating Relations from Lexems to Trees. Addresses #66.


  Commit: 2a8cd351e5a674a6b050ecce5248694dd1acab44
      https://github.com/dexonline/dexonline/commit/2a8cd351e5a674a6b050ecce5248694dd1acab44
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-15 (Mon, 15 Aug 2016)

  Changed paths:
    M wwwbase/admin/lexemEdit.php

  Log Message:
  -----------
  Remove unused permission.


  Commit: 4f7c44d72747d27d5e139f15b6b5c366c0b8bf1b
      https://github.com/dexonline/dexonline/commit/4f7c44d72747d27d5e139f15b6b5c366c0b8bf1b
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-15 (Mon, 15 Aug 2016)

  Changed paths:
    R wwwbase/img/icons/arrow_refresh.png
    R wwwbase/img/icons/bullet_green.png
    R wwwbase/img/icons/bullet_red.png
    R wwwbase/img/icons/cross.png
    R wwwbase/img/icons/cross16.png
    R wwwbase/img/icons/disk.png
    R wwwbase/img/icons/exclamation.png
    R wwwbase/img/icons/information.png
    R wwwbase/img/icons/page_white_copy.png
    R wwwbase/img/icons/page_white_text.png

  Log Message:
  -----------
  Remove unneeded images. Addresses #66.


  Commit: 9a5fb29aad77eee1fc6994b00768d0bd2333658e
      https://github.com/dexonline/dexonline/commit/9a5fb29aad77eee1fc6994b00768d0bd2333658e
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-15 (Mon, 15 Aug 2016)

  Changed paths:
    M templates/admin/index.tpl
    A templates/admin/structChooseEntry.tpl
    R templates/admin/structChooseLexem.tpl
    A templates/bits/entryLink.tpl
    A wwwbase/admin/structChooseEntry.php
    R wwwbase/admin/structChooseLexem.php

  Log Message:
  -----------
  Replace easy-to-structure lexems with easy-to-structure entries. Addresses #66.


  Commit: 0fe9730832dafed98c19e5e3d74c6cdf3704f2c6
      https://github.com/dexonline/dexonline/commit/0fe9730832dafed98c19e5e3d74c6cdf3704f2c6
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-15 (Mon, 15 Aug 2016)

  Changed paths:
    M templates/editEntry.tpl
    M wwwbase/editEntry.php

  Log Message:
  -----------
  Show part of speech on the entry edit page. Addresses #66.


  Commit: 91d9791bbcca7dc35127c0adf6d4a471c0bc3d65
      https://github.com/dexonline/dexonline/commit/91d9791bbcca7dc35127c0adf6d4a471c0bc3d65
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-15 (Mon, 15 Aug 2016)

  Changed paths:
    M templates/editTree.tpl
    M wwwbase/editTree.php

  Log Message:
  -----------
  Show parts of speech on entry edit pages. Addresses #66.


  Commit: 4fd2f76bc9793bcf705e0be7b185e4e3b0009764
      https://github.com/dexonline/dexonline/commit/4fd2f76bc9793bcf705e0be7b185e4e3b0009764
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-15 (Mon, 15 Aug 2016)

  Changed paths:
    M wwwbase/admin/lexemEdit.php

  Log Message:
  -----------
  Better check for restriction codes. Addresses #66.


  Commit: 3c7072697a9c00303d97f2db9495147382d6df70
      https://github.com/dexonline/dexonline/commit/3c7072697a9c00303d97f2db9495147382d6df70
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-15 (Mon, 15 Aug 2016)

  Changed paths:
    A patches/00174.sql
    A patches/00175.php
    M phplib/models/Tree.php

  Log Message:
  -----------
  Merge variants into the same entry. Addresses #66.


  Commit: 3a1ec297016b6857d0f736b6cc2ae939649edeb5
      https://github.com/dexonline/dexonline/commit/3a1ec297016b6857d0f736b6cc2ae939649edeb5
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-15 (Mon, 15 Aug 2016)

  Changed paths:
    A patches/00176.sql
    M phplib/models/Lexem.php
    M templates/admin/lexemEdit.tpl
    M wwwbase/admin/lexemEdit.php
    M wwwbase/js/autoload/lexemEdit.js

  Log Message:
  -----------
  Remove variant-related code. Expose Lexem.main. Addresses #66.


  Commit: 6d3758689c959b4f5ce5003ddbfb13ecfe0b357f
      https://github.com/dexonline/dexonline/commit/6d3758689c959b4f5ce5003ddbfb13ecfe0b357f
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-15 (Mon, 15 Aug 2016)

  Log Message:
  -----------
  Merge branch 'struct' of https://github.com/dexonline/dexonline into struct


  Commit: 0658faaae777c6f67e7f92f1cf6e9c79e209f13e
      https://github.com/dexonline/dexonline/commit/0658faaae777c6f67e7f92f1cf6e9c79e209f13e
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-15 (Mon, 15 Aug 2016)

  Changed paths:
    M templates/admin/editModel.tpl
    M templates/admin/mergeLexems.tpl
    M templates/unelte.tpl
    R wwwbase/img/icons/add.png
    R wwwbase/img/icons/ajax-indicator.gif
    R wwwbase/img/icons/book_open.png
    R wwwbase/img/icons/check.png
    R wwwbase/img/icons/jquery/asc.gif
    R wwwbase/img/icons/jquery/bg.gif
    R wwwbase/img/icons/jquery/desc.gif
    M wwwbase/js/dex.js

  Log Message:
  -----------
  Convert some icons to glyphicons.


  Commit: a8e37eb1a274a0be169a2e3b16b97cf07ae8ecc4
      https://github.com/dexonline/dexonline/commit/a8e37eb1a274a0be169a2e3b16b97cf07ae8ecc4
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    R docs/schema.txt

  Log Message:
  -----------
  Update the schema documentation and move it to the wiki. Addresses #66.


  Commit: f695fef635e95401921de96d4d2d3c87b9cd4e58
      https://github.com/dexonline/dexonline/commit/f695fef635e95401921de96d4d2d3c87b9cd4e58
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M test/articles.xml
    M test/articlesSearchResults.xml
    M test/autocomplete.xml
    M test/bookmarks.xml
    M test/commentView.xml
    M test/constraints.xml
    M test/contrib.xml
    M test/homePage.xml
    M test/searchApproximate.xml
    M test/searchByDefinitionId.xml
    M test/searchByInflectedForm.xml
    M test/searchByLexemId.xml
    M test/searchFullText.xml
    M test/searchRegexp.xml
    M test/sourceEdit.xml
    M test/sourcesViewLoggedIn.xml
    M test/wotdArtistAddEditDelete.xml
    M test/wotdArtistDeleteAssigned.xml
    M test/wotdArtistsView.xml
    M test/wotdAssignment.xml

  Log Message:
  -----------
  Fix functional tests. Addresses #66.


  Commit: ef90a9065904828edf5510823538e552792bc74f
      https://github.com/dexonline/dexonline/commit/ef90a9065904828edf5510823538e552792bc74f
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M dex.conf.sample
    M phplib/SmartyWrap.php
    A templates/responsive/index.tpl
    A templates/responsive/responsive-layout.tpl
    A wwwbase/bootstrap-3.3.6-dist/css/bootstrap-theme.css
    A wwwbase/bootstrap-3.3.6-dist/css/bootstrap-theme.css.map
    A wwwbase/bootstrap-3.3.6-dist/css/bootstrap-theme.min.css
    A wwwbase/bootstrap-3.3.6-dist/css/bootstrap-theme.min.css.map
    A wwwbase/bootstrap-3.3.6-dist/css/bootstrap.css
    A wwwbase/bootstrap-3.3.6-dist/css/bootstrap.css.map
    A wwwbase/bootstrap-3.3.6-dist/css/bootstrap.min.css
    A wwwbase/bootstrap-3.3.6-dist/css/bootstrap.min.css.map
    A wwwbase/bootstrap-3.3.6-dist/fonts/glyphicons-halflings-regular.eot
    A wwwbase/bootstrap-3.3.6-dist/fonts/glyphicons-halflings-regular.svg
    A wwwbase/bootstrap-3.3.6-dist/fonts/glyphicons-halflings-regular.ttf
    A wwwbase/bootstrap-3.3.6-dist/fonts/glyphicons-halflings-regular.woff
    A wwwbase/bootstrap-3.3.6-dist/fonts/glyphicons-halflings-regular.woff2
    A wwwbase/bootstrap-3.3.6-dist/js/bootstrap.js
    A wwwbase/bootstrap-3.3.6-dist/js/bootstrap.min.js
    A wwwbase/bootstrap-3.3.6-dist/js/npm.js
    A wwwbase/js/bootstrap
    A wwwbase/styles/bootstrap

  Log Message:
  -----------
  [refs #412] (WIP) adding `responsive` skin and bootstrap


  Commit: 3a4480b1a8f4a0266f7578f2e44215c5f37c96b5
      https://github.com/dexonline/dexonline/commit/3a4480b1a8f4a0266f7578f2e44215c5f37c96b5
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M phplib/SmartyWrap.php
    M templates/responsive/index.tpl
    M templates/responsive/responsive-layout.tpl
    A wwwbase/styles/responsive.css

  Log Message:
  -----------
  [refs #412] (WIP) responsive-layout + homepage

* adding `responsive.css` for customizations
* adding elements from `zepu/index.tpl` into `responsive/index.tpl` and
  structuring them into rows/columns


  Commit: 969433f4578a8607d0373342dce2542946f585b3
      https://github.com/dexonline/dexonline/commit/969433f4578a8607d0373342dce2542946f585b3
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    A templates/responsive/bits/banner.tpl
    A templates/responsive/bits/searchForm.tpl
    A templates/responsive/bits/sourceDropDown.tpl
    M templates/responsive/index.tpl
    M wwwbase/styles/responsive.css

  Log Message:
  -----------
  [refs #412] (WIP) searchForm and banner customisations


  Commit: 90f5a1f08a7547f7361888f5627d2deb3d9e93f2
      https://github.com/dexonline/dexonline/commit/90f5a1f08a7547f7361888f5627d2deb3d9e93f2
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/responsive/bits/banner.tpl
    M templates/responsive/bits/searchForm.tpl
    M templates/responsive/index.tpl
    A templates/responsive/page.tpl
    M templates/responsive/responsive-layout.tpl
    A templates/responsive/search.tpl
    M templates/zepu/index.tpl
    M wwwbase/css/paradigm.css
    M wwwbase/search.php

  Log Message:
  -----------
  [refs #412] (WIP) responsive subpages

* adding new page.tpl for subpages (removes the need
  for `onHomepage` checks)
* adding two slots for before-content and after-content
* rendering `search.tpl` with skin so `responsive` gets loaded
* customizing `search.tpl` to use the responsive layout
* commenting `common.css` import in `paradigm.css` as it interferes with
  bootstrap
* including the "row" into the banner and searchForm templates


  Commit: c170040c85936b870a5855878f7120a8f6afaa69
      https://github.com/dexonline/dexonline/commit/c170040c85936b870a5855878f7120a8f6afaa69
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/responsive/bits/banner.tpl
    M templates/responsive/index.tpl
    M templates/responsive/page.tpl
    M templates/responsive/responsive-layout.tpl
    M wwwbase/styles/responsive.css

  Log Message:
  -----------
  [refs #412] (WIP) multiple buttons for xs navbar

* implementing user menu button for collapsed menu (xs)
* use width as max-width for banner
* using separate markup for >xs and xs user menu


  Commit: 33ae350d58112c7ccc6c682485485ceb4cdd15eb
      https://github.com/dexonline/dexonline/commit/33ae350d58112c7ccc6c682485485ceb4cdd15eb
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M phplib/SmartyWrap.php
    M templates/bits/banner.tpl
    M templates/bits/searchForm.tpl
    M templates/bits/sourceDropDown.tpl
    A templates/index.tpl
    M templates/layout.tpl
    A templates/page.tpl
    R templates/responsive/bits/banner.tpl
    R templates/responsive/bits/searchForm.tpl
    R templates/responsive/bits/sourceDropDown.tpl
    R templates/responsive/index.tpl
    R templates/responsive/page.tpl
    R templates/responsive/responsive-layout.tpl
    R templates/responsive/search.tpl
    M templates/search.tpl
    R wwwbase/bootstrap-3.3.6-dist/css/bootstrap-theme.css
    R wwwbase/bootstrap-3.3.6-dist/css/bootstrap-theme.css.map
    R wwwbase/bootstrap-3.3.6-dist/css/bootstrap-theme.min.css
    R wwwbase/bootstrap-3.3.6-dist/css/bootstrap-theme.min.css.map
    R wwwbase/bootstrap-3.3.6-dist/css/bootstrap.css
    R wwwbase/bootstrap-3.3.6-dist/css/bootstrap.css.map
    R wwwbase/bootstrap-3.3.6-dist/css/bootstrap.min.css
    R wwwbase/bootstrap-3.3.6-dist/css/bootstrap.min.css.map
    R wwwbase/bootstrap-3.3.6-dist/fonts/glyphicons-halflings-regular.eot
    R wwwbase/bootstrap-3.3.6-dist/fonts/glyphicons-halflings-regular.svg
    R wwwbase/bootstrap-3.3.6-dist/fonts/glyphicons-halflings-regular.ttf
    R wwwbase/bootstrap-3.3.6-dist/fonts/glyphicons-halflings-regular.woff
    R wwwbase/bootstrap-3.3.6-dist/fonts/glyphicons-halflings-regular.woff2
    R wwwbase/bootstrap-3.3.6-dist/js/bootstrap.js
    R wwwbase/bootstrap-3.3.6-dist/js/bootstrap.min.js
    R wwwbase/bootstrap-3.3.6-dist/js/npm.js
    A wwwbase/css/responsive.css
    M wwwbase/index.php
    R wwwbase/js/bootstrap
    M wwwbase/search.php
    R wwwbase/styles/bootstrap
    R wwwbase/styles/responsive.css

  Log Message:
  -----------
  [refs #412] (WIP) dropping support for alternate skins

* removing included bootstrap as upstream did a better job with it
* removing `responsive` folder, overwriting templates as necessary
* replacing `displayPageWithSkin` call with `display` in `index.php`


  Commit: 9e191fb6de984c4ccaeb6fd63a78234667352eeb
      https://github.com/dexonline/dexonline/commit/9e191fb6de984c4ccaeb6fd63a78234667352eeb
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    A templates/bits/navmenu.tpl
    M templates/layout.tpl
    M wwwbase/css/responsive.css

  Log Message:
  -----------
  [refs #412] Moving navigation menu into separate bit

Also dropping the user menu from collapsed nav header


  Commit: 6f1ae40a36f5a6384d9d4b659abf963deb07bdc5
      https://github.com/dexonline/dexonline/commit/6f1ae40a36f5a6384d9d4b659abf963deb07bdc5
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/bits/searchForm.tpl
    M templates/index.tpl
    M templates/layout.tpl
    M templates/widgets/articleOfTheMonth.tpl
    M templates/widgets/games.tpl
    A templates/widgets/layout.tpl
    M templates/widgets/randomWord.tpl
    M templates/widgets/social.tpl
    M templates/widgets/wotd.tpl
    M templates/widgets/wotm.tpl
    M wwwbase/css/responsive.css

  Log Message:
  -----------
  [refs #412] Rearranging homepage

* using panels for widget display
* adding `layout.tpl` for widgets


  Commit: 510145913e82a7e62b85d97e56f3d3d818855eee
      https://github.com/dexonline/dexonline/commit/510145913e82a7e62b85d97e56f3d3d818855eee
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    A templates/base.tpl
    M templates/index.tpl
    M templates/layout.tpl
    R templates/page.tpl
    M templates/search.tpl

  Log Message:
  -----------
  [refs #412] Renaming templates

All templates already include layout.tpl. This makes it easier to use
the new responsive theme in all pages.

* layout.tpl -> base.tpl
* page.tpl -> layout.tpl


  Commit: 086ce4551b0ee2a64ed6f648940181cac433fa03
      https://github.com/dexonline/dexonline/commit/086ce4551b0ee2a64ed6f648940181cac433fa03
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/bits/navmenu.tpl
    M wwwbase/css/responsive.css

  Log Message:
  -----------
  [refs #412] Brand image with link to homepage for pages


  Commit: 134ddf0de1ddc63fe0986196ffccbcedb7d3433b
      https://github.com/dexonline/dexonline/commit/134ddf0de1ddc63fe0986196ffccbcedb7d3433b
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/bits/typoForm.tpl
    M templates/search.tpl
    M templates/surse.tpl
    M wwwbase/css/responsive.css

  Log Message:
  -----------
  [refs #412] Updating surse, search and typoForm


  Commit: 476da32fcdfb79f0115b1b1f6260a577aa744505
      https://github.com/dexonline/dexonline/commit/476da32fcdfb79f0115b1b1f6260a577aa744505
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/admin/lexemEdit.tpl
    M wwwbase/admin/lexemEdit.php
    A wwwbase/ajax/getEntries.php
    A wwwbase/ajax/getEntriesById.php
    M wwwbase/js/autoload/lexemEdit.js

  Log Message:
  -----------
  Show the entryId field on the lexem edit page. Addresses #66.


  Commit: c160af87e8db4450fcbd7c70c878c6fe04f7ec40
      https://github.com/dexonline/dexonline/commit/c160af87e8db4450fcbd7c70c878c6fe04f7ec40
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M wwwbase/js/autoload/lexemEdit.js
    M wwwbase/js/select2Dev.js

  Log Message:
  -----------
  Add edit links to select2 entries.


  Commit: d3e0a29f4e29da15633a7af595fb1f13e2e00697
      https://github.com/dexonline/dexonline/commit/d3e0a29f4e29da15633a7af595fb1f13e2e00697
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    A patches/00157.php
    A patches/00158.sql
    A patches/00159.php

  Log Message:
  -----------
  Split lexems having multiple models.
Associate inflected forms and lexem sources with lexems.
Addresses #66.


  Commit: a78c909ce6d7103ec071632c0c79724b16025ac3
      https://github.com/dexonline/dexonline/commit/a78c909ce6d7103ec071632c0c79724b16025ac3
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M docs/schema.txt
    M phplib/models/InflectedForm.php
    M phplib/models/Lexem.php
    R phplib/models/LexemModel.php
    M templates/admin/bulkLabel.tpl
    M templates/admin/editModel.tpl
    A templates/bits/lexem.tpl
    R templates/bits/lexemModel.tpl
    M templates/bits/lexemSources.tpl
    M templates/bits/multiParadigm.tpl
    M templates/modele-flexiune.tpl
    M templates/paradigm/paradigm.tpl
    M templates/paradigm/paradigmA.tpl
    M templates/paradigm/paradigmI.tpl
    M templates/paradigm/paradigmN.tpl
    M templates/paradigm/paradigmP.tpl
    M templates/paradigm/paradigmV.tpl
    M wwwbase/admin/bulkLabel.php
    M wwwbase/admin/bulkLabelSelectSuffix.php
    M wwwbase/admin/editModel.php
    M wwwbase/admin/index.php
    M wwwbase/css/paradigm.css
    M wwwbase/modele-flexiune.php
    M wwwbase/paradigm.php
    M wwwbase/search.php
    M wwwbase/tipuri-modele.php

  Log Message:
  -----------
  Merge LexemModel into Lexem. Partial work. Addresses #66.


  Commit: a08c962a62a090d84f15943d8c16a722930db1b6
      https://github.com/dexonline/dexonline/commit/a08c962a62a090d84f15943d8c16a722930db1b6
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    A patches/00160.sql

  Log Message:
  -----------
  Patch to rename field in FullTextIndex.


  Commit: 0fff06c423979ea67a32655a738d9f31fb628f33
      https://github.com/dexonline/dexonline/commit/0fff06c423979ea67a32655a738d9f31fb628f33
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M phplib/models/Definition.php
    M phplib/models/FullTextIndex.php
    M templates/admin/lexemList.tpl
    M tools/rebuildFullTextIndex.php
    M wwwbase/admin/lexemSearch.php

  Log Message:
  -----------
  convert code related to the full text index. Addresses #66.


  Commit: 8d9b7a8e37f37528a3f697eb6a47abefc3e0c0be
      https://github.com/dexonline/dexonline/commit/8d9b7a8e37f37528a3f697eb6a47abefc3e0c0be
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    R tools/reassocciateDE.php

  Log Message:
  -----------
  Delete tools/reassociateDE.php (command-line tool now superseded by deTool.php).


  Commit: 258d2dca013003337c8819a487509d776d7eb4e0
      https://github.com/dexonline/dexonline/commit/258d2dca013003337c8819a487509d776d7eb4e0
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M phplib/models/Lexem.php
    M templates/admin/deTool.tpl
    M templates/admin/deleteModel.tpl
    M templates/admin/lexemEdit.tpl
    M templates/admin/lexemEditActions.tpl
    M templates/admin/mergeLexems.tpl
    M templates/bits/lexemEditModel.tpl
    M templates/bits/lexemSources.tpl
    M tools/bulk/importDefinitions.php
    M tools/freezeLocVersion.php
    M tools/rebuildScrabbleForms.php
    M tools/truncateDatabase.sql
    M wwwbase/admin/deTool.php
    M wwwbase/admin/deleteModel.php
    M wwwbase/admin/lexemEdit.php
    M wwwbase/admin/mergeLexems.php
    M wwwbase/admin/placeAccents.php
    M wwwbase/ajax/getEntries.php
    A wwwbase/ajax/getModelByLexemId.php
    M wwwbase/ajax/getModelsByCodes.php
    R wwwbase/ajax/getModelsByLexemId.php
    M wwwbase/ajax/scramble.php
    M wwwbase/css/autoload/lexemEdit.css
    M wwwbase/js/autoload/deTool.js
    M wwwbase/js/autoload/lexemEdit.js
    M wwwbase/scrabble.php

  Log Message:
  -----------
  More conversions from LexemModel to Lexem. Addresses #66.


  Commit: 7728baf0b96c56dad12f3e89ac66a61566689864
      https://github.com/dexonline/dexonline/commit/7728baf0b96c56dad12f3e89ac66a61566689864
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/admin/cloneModel.tpl
    M tools/getWotdImageByEmail.php
    M wwwbase/admin/cloneModel.php
    M wwwbase/admin/viewTemporaryLexems.php
    M wwwbase/ajax/meaningMention.php

  Log Message:
  -----------
  Aore conversions from LexemModel to Lexem. Addresses #66.


  Commit: aa5374d3b5af42dfd04ea928f5051399abbd1a20
      https://github.com/dexonline/dexonline/commit/aa5374d3b5af42dfd04ea928f5051399abbd1a20
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M test/constraints.xml
    M test/searchByInflectedForm.xml
    M tools/resetTestingDatabase.php

  Log Message:
  -----------
  Fix unit tests. Addresses #66.


  Commit: faa45d436dbecb371ddeb09d4862fad6a7381aa6
      https://github.com/dexonline/dexonline/commit/faa45d436dbecb371ddeb09d4862fad6a7381aa6
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/xml/xmldump/lexem.tpl

  Log Message:
  -----------
  Final conversion from LexemModel to Lexem. Addresses #66.


  Commit: 5a17f781502058a615ec53e493d5c31e89cd634e
      https://github.com/dexonline/dexonline/commit/5a17f781502058a615ec53e493d5c31e89cd634e
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    A patches/00161.sql

  Log Message:
  -----------
  Drop old LexemModel table and foreign keys. Addresses #66.


  Commit: 736e2619faa0100e1e8cfdddf08be5da454f29fc
      https://github.com/dexonline/dexonline/commit/736e2619faa0100e1e8cfdddf08be5da454f29fc
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M phplib/SmartyWrap.php
    M templates/bits/searchForm.tpl
    A wwwbase/config.json
    M wwwbase/css/bootstrap-theme.min.css
    M wwwbase/css/bootstrap.min.css
    M wwwbase/js/bootstrap.min.js

  Log Message:
  -----------
  [refs #469] Integrating color #761818

* Using customized bootstrap build with the color set for:

  * @brand-primary
  * @input-border-focus
  * @dropdown-link-hover-color
  * @navbar-default-link-hover-color

* dropping `bootstrap-theme.min.css` inclusion from `SmartyWrap`


  Commit: 5ac645f1c765bbc82370e257d88328b5a1ff8ad9
      https://github.com/dexonline/dexonline/commit/5ac645f1c765bbc82370e257d88328b5a1ff8ad9
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/bits/adsense.tpl
    M templates/bits/banner.tpl
    R templates/bits/responsiveBanner.tpl

  Log Message:
  -----------
  [refs #471] Normalizing ads banner

* `adsense.tpl` now uses responsive code from `responsiveBanner.tpl`
* ads container in `banner.tpl` now uses `width` and `height` arguments
  for all banner types
* removed unused `responsiveBanner.tpl`


  Commit: 25bc0338a7b316e0992cb986c0b3ba0f705c10a3
      https://github.com/dexonline/dexonline/commit/25bc0338a7b316e0992cb986c0b3ba0f705c10a3
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/search.tpl

  Log Message:
  -----------
  [refs #469] Using panel for results counter

* titleless panel for the results
* moving paradigmDiv into the results panel so it expands nicely


  Commit: 41034c833e3de3656f414ad1996c6d268167dac6
      https://github.com/dexonline/dexonline/commit/41034c833e3de3656f414ad1996c6d268167dac6
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M phplib/models/Entry.php
    M phplib/models/Lexem.php
    M wwwbase/admin/deTool.php

  Log Message:
  -----------
  Create entries when creating new lexems. Addresses #66.


  Commit: 2ec37002d132246d6a5f3d1ac32e3183c12e1ea3
      https://github.com/dexonline/dexonline/commit/2ec37002d132246d6a5f3d1ac32e3183c12e1ea3
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M docs/schema.txt
    A patches/00162.sql

  Log Message:
  -----------
  Patch to migrate LexemDefinitionMap to EntryDefinition. Addresses #66.


  Commit: 40b76fb94fe49f1954ac73d143c3f1a59dd791a3
      https://github.com/dexonline/dexonline/commit/40b76fb94fe49f1954ac73d143c3f1a59dd791a3
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M phplib/SimilarRecord.php
    M phplib/models/Definition.php
    M phplib/models/Entry.php
    A phplib/models/EntryDefinition.php
    M phplib/models/Lexem.php
    R phplib/models/LexemDefinitionMap.php
    M templates/admin/deTool.tpl
    M templates/admin/definitionEdit.tpl
    A templates/admin/entryList.tpl
    M templates/admin/lexemEdit.tpl
    M templates/admin/lexemEditActions.tpl
    A templates/admin/viewUnassociatedEntries.tpl
    R templates/admin/viewUnassociatedLexems.tpl
    M templates/editEntry.tpl
    M tools/deleteSpam.php
    M wwwbase/admin/deTool.php
    M wwwbase/admin/definitionEdit.php
    M wwwbase/admin/index.php
    M wwwbase/admin/lexemEdit.php
    M wwwbase/admin/lexemSearch.php
    M wwwbase/admin/mergeLexems.php
    M wwwbase/admin/structChooseLexem.php
    M wwwbase/admin/viewPendingDefinitions.php
    M wwwbase/admin/viewTemporaryLexems.php
    M wwwbase/admin/viewUnassociatedDefinitions.php
    A wwwbase/admin/viewUnassociatedEntries.php
    R wwwbase/admin/viewUnassociatedLexems.php
    M wwwbase/ajax/deleteDefinition.php
    M wwwbase/ajax/getDefinitionsForLexem.php
    M wwwbase/ajax/getSimilarRecord.php
    M wwwbase/ajax/mill.php
    M wwwbase/auth/login.php
    M wwwbase/contribuie.php
    A wwwbase/css/autoload/editEntry.css
    M wwwbase/css/autoload/lexemEdit.css
    M wwwbase/css/flex.css
    M wwwbase/css/zepu.css
    R wwwbase/deprecated/update.php
    R wwwbase/deprecated/update3.php
    M wwwbase/editEntry.php
    M wwwbase/hangman.php
    M wwwbase/js/autoload/contribuie.js
    M wwwbase/js/autoload/deTool.js
    M wwwbase/js/autoload/definitionEdit.js
    M wwwbase/js/autoload/editEntry.js
    M wwwbase/js/autoload/lexemEdit.js
    M wwwbase/js/select2Dev.js

  Log Message:
  -----------
  Migrate lexems from definitions to entries. Partial work. Addresses #66.


  Commit: 059ef735922f0a67ab8977fa1d0a155c8df62f65
      https://github.com/dexonline/dexonline/commit/059ef735922f0a67ab8977fa1d0a155c8df62f65
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/admin/deTool.tpl
    M wwwbase/admin/deTool.php
    M wwwbase/js/autoload/deTool.js

  Log Message:
  -----------
  Convert deTool to use EntryDefinitions. Addresses #66.


  Commit: 52a18b7f07f46c48487375b84b3c0903a2dfdea5
      https://github.com/dexonline/dexonline/commit/52a18b7f07f46c48487375b84b3c0903a2dfdea5
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M wwwbase/js/dex.js

  Log Message:
  -----------
  Case-insensitve match when clicking on words.


  Commit: d4e4d8f130fe4f4dbb86425bbd57dc66550f6697
      https://github.com/dexonline/dexonline/commit/d4e4d8f130fe4f4dbb86425bbd57dc66550f6697
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    R templates/update3Instructions.tpl
    R templates/updateInstructions.tpl
    M tools/generateSitemap.php

  Log Message:
  -----------
  Remove code related to update.php and update3.php. Addresses #66.


  Commit: 4f7946416d7cea4692de20af6ab92b7cf174b0ef
      https://github.com/dexonline/dexonline/commit/4f7946416d7cea4692de20af6ab92b7cf174b0ef
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M phplib/models/Definition.php
    M phplib/models/Lexem.php
    M tools/bulk/importDefinitions.php
    M tools/evalSimilarCheckbox.php
    M tools/getWotdImageByEmail.php
    M tools/resetTestingDatabase.php
    M tools/truncateDatabase.sql
    M tools/updateRandomWord.sh
    M wwwbase/admin/bulkLabel.php
    M wwwbase/admin/placeAccents.php
    M wwwbase/search.php

  Log Message:
  -----------
  More conversions from LexemDefinitionMap to EntryDefinition. Addresses #66.


  Commit: b24b98246aca5f600f26087a6c6ed1b3a0f3db60
      https://github.com/dexonline/dexonline/commit/b24b98246aca5f600f26087a6c6ed1b3a0f3db60
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    R templates/bits/updateError.tpl
    R templates/xml/update.tpl
    R templates/xml/update3Abbrev.tpl
    R templates/xml/update3Definitions.tpl
    R templates/xml/update3Inflections.tpl
    R templates/xml/update3Lexems.tpl
    R templates/xml/update3Sources.tpl

  Log Message:
  -----------
  Removed even mode code related to update.php and update3.php. Addresses #66.


  Commit: 52ebad50f4ccc23e7a1fbcb565197239d29d7eda
      https://github.com/dexonline/dexonline/commit/52ebad50f4ccc23e7a1fbcb565197239d29d7eda
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    A phplib/XmlDump.php
    M phplib/db.php
    A templates/xml/update5.tpl
    A templates/xml/xmldump/entry.tpl
    M templates/xml/xmldump/lexem.tpl
    M tools/dumpDatabaseXml.php
    M wwwbase/update4.php
    A wwwbase/update5.php

  Log Message:
  -----------
  Finish migrating LexemDefinitionMap to EntryDefinition. Addresses #66.


  Commit: 531a38135eaa60e0aa5c78ff3e23c879c27ed4d6
      https://github.com/dexonline/dexonline/commit/531a38135eaa60e0aa5c78ff3e23c879c27ed4d6
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/bits/definition.tpl
    M templates/bits/typoConfirmation.tpl
    M templates/bits/typoForm.tpl
    M templates/search.tpl
    M templates/wotd.tpl
    M wwwbase/css/responsive.css
    M wwwbase/js/dex.js

  Log Message:
  -----------
  [refs #468] Converting typo popup to modal


  Commit: def0f57d11773005d398ac78b73b0a80da6cdc05
      https://github.com/dexonline/dexonline/commit/def0f57d11773005d398ac78b73b0a80da6cdc05
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/surse.tpl
    M wwwbase/css/responsive.css

  Log Message:
  -----------
  [refs #468] Converting source popup to bootstrap popover


  Commit: a46949d278d0860d99bf6874e6ca218f5190f816
      https://github.com/dexonline/dexonline/commit/a46949d278d0860d99bf6874e6ca218f5190f816
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/bits/wotdArchive.tpl
    M wwwbase/css/responsive.css

  Log Message:
  -----------
  [refs #468] wotd table styling


  Commit: ba42b2639eccf35ab3561bf11dacc5db7bd65ecc
      https://github.com/dexonline/dexonline/commit/ba42b2639eccf35ab3561bf11dacc5db7bd65ecc
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/bits/typoForm.tpl
    M wwwbase/js/dex.js

  Log Message:
  -----------
  [refs #468] Fixing typoForm submission

Forgot to update jQuery selectors for typo textarea and definition id
during the modal makeover. Fixing.


  Commit: 56388411cd33e3259ae09a04530d2293519753dd
      https://github.com/dexonline/dexonline/commit/56388411cd33e3259ae09a04530d2293519753dd
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    A patches/00163.sql
    A phplib/models/DefinitionTag.php
    M templates/admin/definitionEdit.tpl
    M wwwbase/admin/definitionEdit.php
    A wwwbase/ajax/getTags.php
    A wwwbase/ajax/getTagsById.php
    M wwwbase/js/autoload/definitionEdit.js

  Log Message:
  -----------
  Add definition tags. Addresses #66.


  Commit: c4ea5218804e8dcfce4ba70f23decc2379e70800
      https://github.com/dexonline/dexonline/commit/c4ea5218804e8dcfce4ba70f23decc2379e70800
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M phplib/SimilarRecord.php
    M templates/admin/definitionEdit.tpl
    M templates/bits/sourceDropDown.tpl
    M templates/bits/statusDropDown.tpl
    M wwwbase/admin/definitionEdit.php
    A wwwbase/css/autoload/definitionEdit.css
    M wwwbase/css/common.css
    M wwwbase/css/flex.css

  Log Message:
  -----------
  Convert definitionEdit to bootstrap. Still has some glitches. Addresses #66.


  Commit: 80517bf3d0b1fb3358b53116b2fd157cdc519693
      https://github.com/dexonline/dexonline/commit/80517bf3d0b1fb3358b53116b2fd157cdc519693
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/admin/definitionEdit.tpl
    M wwwbase/css/autoload/definitionEdit.css

  Log Message:
  -----------
  Tweaks to the definition edit page. Addresses #66.


  Commit: 6811ab6288da700728652050d9ef0bfeb23c9ed5
      https://github.com/dexonline/dexonline/commit/6811ab6288da700728652050d9ef0bfeb23c9ed5
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/admin/definitionEdit.tpl
    M wwwbase/admin/definitionEdit.php

  Log Message:
  -----------
  Expose the Definition.structured bit on the definition edit page. Addresses #66.


  Commit: aaf2e1d1cd07608ef5703b425ca793c9a823a694
      https://github.com/dexonline/dexonline/commit/aaf2e1d1cd07608ef5703b425ca793c9a823a694
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M phplib/SmartyWrap.php
    M templates/admin/lexemEdit.tpl
    M templates/admin/lexemEditActions.tpl
    M templates/bits/fgf.tpl
    R templates/bits/lexemEditModel.tpl
    M templates/bits/structStatus.tpl
    M wwwbase/admin/lexemEdit.php
    M wwwbase/css/autoload/lexemEdit.css
    M wwwbase/css/flex.css
    R wwwbase/css/jquery-wm/clear.gif
    R wwwbase/css/jquery-wm/jquery.wm.default.icons.png
    R wwwbase/css/jquery-wm/main.css
    M wwwbase/js/autoload/lexemEdit.js
    R wwwbase/js/jquery-wm.js

  Log Message:
  -----------
  Convert the lexem edit page to Bootstrap. Remove the Javascript window manager.
Addresses #66.


  Commit: 4fa0803dedab814e40005a5615be95449001b74c
      https://github.com/dexonline/dexonline/commit/4fa0803dedab814e40005a5615be95449001b74c
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/admin/definitionEdit.tpl

  Log Message:
  -----------
  Improve some checkbox code. Move tooltips to a wiki page. Addresses #66.


  Commit: 33ca21902d0936c3833a6378464ad7406747209e
      https://github.com/dexonline/dexonline/commit/33ca21902d0936c3833a6378464ad7406747209e
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/bits/wotdPreviousYears.tpl
    M templates/wotd.tpl
    M wwwbase/wotd.php

  Log Message:
  -----------
  [refs #468] Completing layout changes to wotd page.


  Commit: d5dde73ab61a49a11180bfad8d970088243a4f6a
      https://github.com/dexonline/dexonline/commit/d5dde73ab61a49a11180bfad8d970088243a4f6a
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M phplib/SearchResult.php
    M wwwbase/admin/definitionEdit.php

  Log Message:
  -----------
  Order typos alphabetically when a definition has multiple typos.


  Commit: 492861b0b12eeafb0520b2e93ef9bea3e5a23364
      https://github.com/dexonline/dexonline/commit/492861b0b12eeafb0520b2e93ef9bea3e5a23364
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/admin/wotdTable.tpl
    M wwwbase/admin/wotdTable.php
    M wwwbase/js/autoload/wotdTable.js

  Log Message:
  -----------
  Fix image field in the jqGrid editor.


  Commit: 0b599c506e01cdb34f500be913099392b3c2fff2
      https://github.com/dexonline/dexonline/commit/0b599c506e01cdb34f500be913099392b3c2fff2
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/contribuie.tpl

  Log Message:
  -----------
  [refs #468] Convert contribuie.tpl


  Commit: f24fbad25dc1e19a34344e8cc2f22e3ff8b7f38c
      https://github.com/dexonline/dexonline/commit/f24fbad25dc1e19a34344e8cc2f22e3ff8b7f38c
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/scrabble.tpl
    M wwwbase/css/responsive.css

  Log Message:
  -----------
  [refs #468] Converting scrabble.tpl to new design


  Commit: a9db4d9f5d505af4244f622a5910c61086a57bb2
      https://github.com/dexonline/dexonline/commit/a9db4d9f5d505af4244f622a5910c61086a57bb2
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/articole.tpl
    M templates/wotm.tpl

  Log Message:
  -----------
  [refs #468] Converting wotm.tpl


  Commit: 6e98ceffee3215abc66dd2cdc9929fe136d1dc04
      https://github.com/dexonline/dexonline/commit/6e98ceffee3215abc66dd2cdc9929fe136d1dc04
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/unelte.tpl

  Log Message:
  -----------
  [refs #468] Converting unelte.tpl


  Commit: 38ae8ce9f645b42113abf91152aee99eaf5702b3
      https://github.com/dexonline/dexonline/commit/38ae8ce9f645b42113abf91152aee99eaf5702b3
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/auth/login.tpl
    M templates/bits/fakeUser.tpl
    M templates/editare-avatar.tpl
    M templates/preferinte.tpl
    M wwwbase/css/responsive.css

  Log Message:
  -----------
  [refs #468] Converting user login and prefs pages


  Commit: efd2d7b39ff060e2c297017599fc4d2c2320ab58
      https://github.com/dexonline/dexonline/commit/efd2d7b39ff060e2c297017599fc4d2c2320ab58
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M wwwbase/update5.php

  Log Message:
  -----------
  Fix link to update5.php specs. Addresses #66.


  Commit: c18e9b4b66fe5fd60036424702161ebc18e9e3a5
      https://github.com/dexonline/dexonline/commit/c18e9b4b66fe5fd60036424702161ebc18e9e3a5
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M wwwbase/js/autoload/lexemEdit.js

  Log Message:
  -----------
  Enable some disabled <select>s so they submit properly. Addresses #66.


  Commit: 528b5ee4d58a3fff7d2b8cb6cf0d4064f9e77aa0
      https://github.com/dexonline/dexonline/commit/528b5ee4d58a3fff7d2b8cb6cf0d4064f9e77aa0
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    A patches/00164.sql
    A phplib/models/LexemTag.php
    M templates/admin/lexemEdit.tpl
    M templates/admin/lexemEditActions.tpl
    M wwwbase/admin/lexemEdit.php
    M wwwbase/js/autoload/lexemEdit.js

  Log Message:
  -----------
  Added LexemTags. Addresses #66.


  Commit: db80d614ab6e9759f070ed1abb45146df9dcd7cf
      https://github.com/dexonline/dexonline/commit/db80d614ab6e9759f070ed1abb45146df9dcd7cf
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/admin/lexemEdit.tpl
    M wwwbase/admin/lexemEdit.php
    M wwwbase/js/autoload/lexemEdit.js

  Log Message:
  -----------
  Expose the Lexem.stopWord field. Addresses #66.


  Commit: da5c779d8e0b022f90e27c8675c72c46592bcd6b
      https://github.com/dexonline/dexonline/commit/da5c779d8e0b022f90e27c8675c72c46592bcd6b
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/admin/lexemEdit.tpl
    M wwwbase/admin/lexemEdit.php
    M wwwbase/js/autoload/lexemEdit.js

  Log Message:
  -----------
  Better implementation of a readonly checkbox. Addresses #66.


  Commit: f8abaff753c7c56a9146668bf64dd426fb409ab2
      https://github.com/dexonline/dexonline/commit/f8abaff753c7c56a9146668bf64dd426fb409ab2
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M tools/rebuildFullTextIndex.php

  Log Message:
  -----------
  Modify rebuildFullTextIndex.php to use a fixed amount of memory (under 200 MB).


  Commit: ca68d44dc01f7820df169b574ab99ccf9eb324e3
      https://github.com/dexonline/dexonline/commit/ca68d44dc01f7820df169b574ab99ccf9eb324e3
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    A patches/00165.sql
    A patches/00166.php
    M phplib/models/Entry.php
    A phplib/models/Tree.php
    A phplib/models/TreeEntry.php

  Log Message:
  -----------
  Add the Tree class as a container for meaning trees. Migrate meaning associations from lexems to trees. Addresses #66.


  Commit: a2f1142c48a6072b88a1cb939cdec78df0771b8e
      https://github.com/dexonline/dexonline/commit/a2f1142c48a6072b88a1cb939cdec78df0771b8e
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M phplib/SmartyWrap.php
    M phplib/models/Entry.php
    M phplib/models/Meaning.php
    M phplib/models/Tree.php
    M templates/bits/meaningTree.tpl
    M templates/editEntry.tpl
    A wwwbase/ajax/getTrees.php
    A wwwbase/ajax/getTreesById.php
    M wwwbase/css/autoload/lexemEdit.css
    A wwwbase/css/meaningTree.css
    M wwwbase/editEntry.php
    M wwwbase/js/autoload/editEntry.js
    M wwwbase/js/autoload/lexemEdit.js
    A wwwbase/js/meaningTree.js
    M wwwbase/js/select2Dev.js

  Log Message:
  -----------
  Show read-only trees on the entry edit page. Addresses #66.


  Commit: da5f8d553ce4275ce359252dfd0ba7080f232aeb
      https://github.com/dexonline/dexonline/commit/da5f8d553ce4275ce359252dfd0ba7080f232aeb
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/editEntry.tpl
    M wwwbase/js/autoload/editEntry.js
    M wwwbase/js/select2Dev.js

  Log Message:
  -----------
  Better edit links. Addresses #66.


  Commit: 618545a1378fca369cc3a67648c05b05133eb97d
      https://github.com/dexonline/dexonline/commit/618545a1378fca369cc3a67648c05b05133eb97d
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M phplib/models/Tree.php
    A templates/editTree.tpl
    M wwwbase/admin/lexemEdit.php
    A wwwbase/editTree.php
    A wwwbase/js/autoload/editTree.js
    M wwwbase/js/autoload/lexemEdit.js

  Log Message:
  -----------
  Add a Tree editor. Does not include the meaning tree editor yet. Addresses #66.


  Commit: 9a687ca43932cee4a00756ae593498022db726f4
      https://github.com/dexonline/dexonline/commit/9a687ca43932cee4a00756ae593498022db726f4
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/editTree.tpl

  Log Message:
  -----------
  Show meaning tree on the tree edit page. Addresses #66.


  Commit: c40ac661f661f41416e920e2f6160038c4e24607
      https://github.com/dexonline/dexonline/commit/c40ac661f661f41416e920e2f6160038c4e24607
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    A patches/00167.sql

  Log Message:
  -----------
  Drop old Meaning.lexemId field. Addresses #66.


  Commit: 699044bfc08efc5a61040d03d113bb54ccb0b39c
      https://github.com/dexonline/dexonline/commit/699044bfc08efc5a61040d03d113bb54ccb0b39c
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/admin/lexemEdit.tpl

  Log Message:
  -----------
  Cosmetic changes on the lexem edit page. Addresses #66.


  Commit: eed3bb751234f7ddcf41e1f56851db2dc24e27a4
      https://github.com/dexonline/dexonline/commit/eed3bb751234f7ddcf41e1f56851db2dc24e27a4
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M phplib/SmartyWrap.php
    M wwwbase/js/autoload/definitionEdit.js
    R wwwbase/js/tinymce-4.3.4/skins/lightgray/content.inline.min.css
    R wwwbase/js/tinymce-4.3.4/skins/lightgray/content.min.css
    R wwwbase/js/tinymce-4.3.4/skins/lightgray/fonts/tinymce-small.eot
    R wwwbase/js/tinymce-4.3.4/skins/lightgray/fonts/tinymce-small.svg
    R wwwbase/js/tinymce-4.3.4/skins/lightgray/fonts/tinymce-small.ttf
    R wwwbase/js/tinymce-4.3.4/skins/lightgray/fonts/tinymce-small.woff
    R wwwbase/js/tinymce-4.3.4/skins/lightgray/fonts/tinymce.eot
    R wwwbase/js/tinymce-4.3.4/skins/lightgray/fonts/tinymce.svg
    R wwwbase/js/tinymce-4.3.4/skins/lightgray/fonts/tinymce.ttf
    R wwwbase/js/tinymce-4.3.4/skins/lightgray/fonts/tinymce.woff
    R wwwbase/js/tinymce-4.3.4/skins/lightgray/img/anchor.gif
    R wwwbase/js/tinymce-4.3.4/skins/lightgray/img/loader.gif
    R wwwbase/js/tinymce-4.3.4/skins/lightgray/img/object.gif
    R wwwbase/js/tinymce-4.3.4/skins/lightgray/img/trans.gif
    R wwwbase/js/tinymce-4.3.4/skins/lightgray/skin.ie7.min.css
    R wwwbase/js/tinymce-4.3.4/skins/lightgray/skin.min.css
    R wwwbase/js/tinymce-4.3.4/themes/modern/theme.min.js
    R wwwbase/js/tinymce-4.3.4/tinymce.min.js
    A wwwbase/js/tinymce-4.4.0/skins/lightgray/content.inline.min.css
    A wwwbase/js/tinymce-4.4.0/skins/lightgray/content.min.css
    A wwwbase/js/tinymce-4.4.0/skins/lightgray/fonts/tinymce-small.eot
    A wwwbase/js/tinymce-4.4.0/skins/lightgray/fonts/tinymce-small.svg
    A wwwbase/js/tinymce-4.4.0/skins/lightgray/fonts/tinymce-small.ttf
    A wwwbase/js/tinymce-4.4.0/skins/lightgray/fonts/tinymce-small.woff
    A wwwbase/js/tinymce-4.4.0/skins/lightgray/fonts/tinymce.eot
    A wwwbase/js/tinymce-4.4.0/skins/lightgray/fonts/tinymce.svg
    A wwwbase/js/tinymce-4.4.0/skins/lightgray/fonts/tinymce.ttf
    A wwwbase/js/tinymce-4.4.0/skins/lightgray/fonts/tinymce.woff
    A wwwbase/js/tinymce-4.4.0/skins/lightgray/img/anchor.gif
    A wwwbase/js/tinymce-4.4.0/skins/lightgray/img/loader.gif
    A wwwbase/js/tinymce-4.4.0/skins/lightgray/img/object.gif
    A wwwbase/js/tinymce-4.4.0/skins/lightgray/img/trans.gif
    A wwwbase/js/tinymce-4.4.0/skins/lightgray/skin.ie7.min.css
    A wwwbase/js/tinymce-4.4.0/skins/lightgray/skin.min.css
    A wwwbase/js/tinymce-4.4.0/themes/inlite/config/bolt/atomic.js
    A wwwbase/js/tinymce-4.4.0/themes/inlite/config/bolt/bootstrap-atomic.js
    A wwwbase/js/tinymce-4.4.0/themes/inlite/config/bolt/bootstrap-browser.js
    A wwwbase/js/tinymce-4.4.0/themes/inlite/config/bolt/bootstrap-demo.js
    A wwwbase/js/tinymce-4.4.0/themes/inlite/config/bolt/bootstrap-prod.js
    A wwwbase/js/tinymce-4.4.0/themes/inlite/config/bolt/browser.js
    A wwwbase/js/tinymce-4.4.0/themes/inlite/config/bolt/demo.js
    A wwwbase/js/tinymce-4.4.0/themes/inlite/config/bolt/prod.js
    A wwwbase/js/tinymce-4.4.0/themes/inlite/config/dent/depend.js
    A wwwbase/js/tinymce-4.4.0/themes/inlite/scratch/compile/bootstrap.js
    A wwwbase/js/tinymce-4.4.0/themes/inlite/scratch/compile/theme.js
    A wwwbase/js/tinymce-4.4.0/themes/inlite/scratch/inline/theme.js
    A wwwbase/js/tinymce-4.4.0/themes/inlite/scratch/inline/theme.raw.js
    A wwwbase/js/tinymce-4.4.0/themes/inlite/src/demo/css/demo.css
    A wwwbase/js/tinymce-4.4.0/themes/inlite/src/demo/html/demo.html
    A wwwbase/js/tinymce-4.4.0/themes/inlite/src/demo/js/tinymce/inlite/Demo.js
    A wwwbase/js/tinymce-4.4.0/themes/inlite/src/main/js/tinymce/inlite/Theme.js
    A wwwbase/js/tinymce-4.4.0/themes/inlite/src/main/js/tinymce/inlite/alien/Arr.js
    A wwwbase/js/tinymce-4.4.0/themes/inlite/src/main/js/tinymce/inlite/alien/Bookmark.js
    A wwwbase/js/tinymce-4.4.0/themes/inlite/src/main/js/tinymce/inlite/alien/Unlink.js
    A wwwbase/js/tinymce-4.4.0/themes/inlite/src/main/js/tinymce/inlite/alien/Uuid.js
    A wwwbase/js/tinymce-4.4.0/themes/inlite/src/main/js/tinymce/inlite/core/Actions.js
    A wwwbase/js/tinymce-4.4.0/themes/inlite/src/main/js/tinymce/inlite/core/Convert.js
    A wwwbase/js/tinymce-4.4.0/themes/inlite/src/main/js/tinymce/inlite/core/ElementMatcher.js
    A wwwbase/js/tinymce-4.4.0/themes/inlite/src/main/js/tinymce/inlite/core/Layout.js
    A wwwbase/js/tinymce-4.4.0/themes/inlite/src/main/js/tinymce/inlite/core/Matcher.js
    A wwwbase/js/tinymce-4.4.0/themes/inlite/src/main/js/tinymce/inlite/core/Measure.js
    A wwwbase/js/tinymce-4.4.0/themes/inlite/src/main/js/tinymce/inlite/core/PredicateId.js
    A wwwbase/js/tinymce-4.4.0/themes/inlite/src/main/js/tinymce/inlite/core/SelectionMatcher.js
    A wwwbase/js/tinymce-4.4.0/themes/inlite/src/main/js/tinymce/inlite/core/SkinLoader.js
    A wwwbase/js/tinymce-4.4.0/themes/inlite/src/main/js/tinymce/inlite/core/UrlType.js
    A wwwbase/js/tinymce-4.4.0/themes/inlite/src/main/js/tinymce/inlite/file/Conversions.js
    A wwwbase/js/tinymce-4.4.0/themes/inlite/src/main/js/tinymce/inlite/file/Picker.js
    A wwwbase/js/tinymce-4.4.0/themes/inlite/src/main/js/tinymce/inlite/ui/Buttons.js
    A wwwbase/js/tinymce-4.4.0/themes/inlite/src/main/js/tinymce/inlite/ui/Forms.js
    A wwwbase/js/tinymce-4.4.0/themes/inlite/src/main/js/tinymce/inlite/ui/Panel.js
    A wwwbase/js/tinymce-4.4.0/themes/inlite/src/main/js/tinymce/inlite/ui/Toolbar.js
    A wwwbase/js/tinymce-4.4.0/themes/inlite/src/test/.eslintrc
    A wwwbase/js/tinymce-4.4.0/themes/inlite/src/test/js/atomic/alien/ArrTest.js
    A wwwbase/js/tinymce-4.4.0/themes/inlite/src/test/js/atomic/alien/UuidTest.js
    A wwwbase/js/tinymce-4.4.0/themes/inlite/src/test/js/atomic/core/ConvertTest.js
    A wwwbase/js/tinymce-4.4.0/themes/inlite/src/test/js/atomic/core/MatcherTest.js
    A wwwbase/js/tinymce-4.4.0/themes/inlite/src/test/js/atomic/core/UrlTypeTest.js
    A wwwbase/js/tinymce-4.4.0/themes/inlite/src/test/js/browser/ThemeTest.js
    A wwwbase/js/tinymce-4.4.0/themes/inlite/src/test/js/browser/alien/BookmarkTest.js
    A wwwbase/js/tinymce-4.4.0/themes/inlite/src/test/js/browser/alien/UnlinkTest.js
    A wwwbase/js/tinymce-4.4.0/themes/inlite/src/test/js/browser/core/ActionsTest.js
    A wwwbase/js/tinymce-4.4.0/themes/inlite/src/test/js/browser/core/ElementMatcher.js
    A wwwbase/js/tinymce-4.4.0/themes/inlite/src/test/js/browser/core/LayoutTest.js
    A wwwbase/js/tinymce-4.4.0/themes/inlite/src/test/js/browser/core/MeasureTest.js
    A wwwbase/js/tinymce-4.4.0/themes/inlite/src/test/js/browser/core/PredicateIdTest.js
    A wwwbase/js/tinymce-4.4.0/themes/inlite/src/test/js/browser/core/SelectionMatcherTest.js
    A wwwbase/js/tinymce-4.4.0/themes/inlite/src/test/js/browser/file/ConversionsTest.js
    A wwwbase/js/tinymce-4.4.0/themes/inlite/src/test/js/browser/file/SelectionMatcher.js
    A wwwbase/js/tinymce-4.4.0/themes/inlite/theme.min.js
    A wwwbase/js/tinymce-4.4.0/themes/modern/theme.min.js
    A wwwbase/js/tinymce-4.4.0/tinymce.min.js

  Log Message:
  -----------
  Upgrade TInyMCE to the latest version.


  Commit: 30146ffa9f09f34f95a7ddd1bbe45feca2fd4562
      https://github.com/dexonline/dexonline/commit/30146ffa9f09f34f95a7ddd1bbe45feca2fd4562
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

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

  Log Message:
  -----------
  Workaround for TinyMCE bug.


  Commit: 9335ac3ebe1306bb5436744eb73deae349f9433a
      https://github.com/dexonline/dexonline/commit/9335ac3ebe1306bb5436744eb73deae349f9433a
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

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

  Log Message:
  -----------
  Fix for the previous fix.


  Commit: 0701034cbaed06efe3cd2281d369c6cd4552950e
      https://github.com/dexonline/dexonline/commit/0701034cbaed06efe3cd2281d369c6cd4552950e
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/admin/lexemEdit.tpl
    M templates/editTree.tpl
    M wwwbase/admin/lexemEdit.php
    M wwwbase/css/autoload/lexemEdit.css
    M wwwbase/editEntry.php
    M wwwbase/editTree.php
    M wwwbase/js/autoload/lexemEdit.js
    M wwwbase/js/meaningTree.js

  Log Message:
  -----------
  Make the meaning editor work. Work in progress. Addresses #66.


  Commit: 0742e2aa9a74b690bed888e636bdbc2aee8d7a95
      https://github.com/dexonline/dexonline/commit/0742e2aa9a74b690bed888e636bdbc2aee8d7a95
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M phplib/models/BaseObject.php
    M phplib/models/Meaning.php
    M phplib/models/Tree.php
    M templates/editTree.tpl
    M wwwbase/admin/lexemEdit.php
    M wwwbase/ajax/meaningMention.php
    R wwwbase/css/autoload/lexemEdit.css
    M wwwbase/css/meaningTree.css
    M wwwbase/editTree.php
    M wwwbase/js/meaningTree.js

  Log Message:
  -----------
  Complete porting the meaning tree editor. Addresses #66.


  Commit: 47bb6b466439889eca2d24f9bea1760233d76088
      https://github.com/dexonline/dexonline/commit/47bb6b466439889eca2d24f9bea1760233d76088
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/bits/meaningTree.tpl
    M templates/editTree.tpl
    M wwwbase/js/meaningTree.js

  Log Message:
  -----------
  Allow the meaning tree to be read-only. Display less information when it
is readonly. Addresses #66.


  Commit: 522e6545cfead6726356c4376a44931ddbadc4ae
      https://github.com/dexonline/dexonline/commit/522e6545cfead6726356c4376a44931ddbadc4ae
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/admin/definitionEdit.tpl
    M templates/admin/lexemEdit.tpl
    M wwwbase/css/common.css
    M wwwbase/css/meaningTree.css
    M wwwbase/js/select2Dev.js

  Log Message:
  -----------
  Cosmetic changes. Addresses #66.


  Commit: 293a3c5d8bf3599138f8d882cf0909af99a63152
      https://github.com/dexonline/dexonline/commit/293a3c5d8bf3599138f8d882cf0909af99a63152
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M phplib/models/Lexem.php
    M phplib/models/Meaning.php
    M phplib/models/Tag.php
    M wwwbase/js/autoload/etichete.js

  Log Message:
  -----------
  Remove recursive meaning cloning - it's no longer needed.
Update the tag usage check to reflect the new *Tag tables.
Addresses #66.


  Commit: 12da0616494faec3bd0a76013aff2cf1c9d66e69
      https://github.com/dexonline/dexonline/commit/12da0616494faec3bd0a76013aff2cf1c9d66e69
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M phplib/AdminStringUtil.php
    M phplib/models/Lexem.php
    M phplib/models/Meaning.php
    M phplib/models/MeaningSource.php
    M phplib/models/MeaningTag.php
    M phplib/models/Tree.php
    M templates/bits/tagTree.tpl
    M tools/truncateDatabase.sql
    M wwwbase/ajax/getMeaningById.php
    M wwwbase/css/common.css
    M wwwbase/css/zepu.css
    M wwwbase/js/dex.js

  Log Message:
  -----------
  Fix meaning tooltips. Meaning cleanup. Addresses #66.


  Commit: d5682ddd466bee258d69be5a6d16eb30aa7d4894
      https://github.com/dexonline/dexonline/commit/d5682ddd466bee258d69be5a6d16eb30aa7d4894
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M phplib/models/Definition.php
    M phplib/models/Lexem.php
    M phplib/models/Tag.php
    M phplib/models/Tree.php
    M wwwbase/etichete.php

  Log Message:
  -----------
  Fix object deletions, taking foreign keys into account.


  Commit: 2f65282767ac52aa52577f816c1efe3c67272227
      https://github.com/dexonline/dexonline/commit/2f65282767ac52aa52577f816c1efe3c67272227
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    A patches/00168.sql

  Log Message:
  -----------
  Migrate structStatus and structuristId from Lexem to Entry. Schema only. Addresses #66.


  Commit: 05d4879a823f88410ca9d1cb1c3ec2f8c55f2953
      https://github.com/dexonline/dexonline/commit/05d4879a823f88410ca9d1cb1c3ec2f8c55f2953
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M phplib/models/Entry.php
    M phplib/models/Lexem.php
    M templates/admin/index.tpl
    M templates/admin/lexemEdit.tpl
    M templates/editEntry.tpl
    M wwwbase/admin/index.php
    M wwwbase/admin/lexemEdit.php
    M wwwbase/admin/lexemSearch.php
    M wwwbase/admin/structChooseLexem.php
    M wwwbase/editEntry.php
    M wwwbase/js/autoload/editEntry.js
    M wwwbase/js/autoload/lexemEdit.js

  Log Message:
  -----------
  Move structStatus and structuristId from Lexem to Entry. Addresses #66.


  Commit: 6297597420d5a18bf6ddc42e6cb69875f6f07e1b
      https://github.com/dexonline/dexonline/commit/6297597420d5a18bf6ddc42e6cb69875f6f07e1b
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    A patches/00169.sql
    M phplib/models/Tree.php
    M templates/editEntry.tpl
    M templates/editTree.tpl
    M wwwbase/editEntry.php
    M wwwbase/editTree.php

  Log Message:
  -----------
  Add button to create a new Tree.
Trees can no longer be deleted. Added a status field to hide them.
Addresses #66.


  Commit: ff86e7c8a1fd84d6ebd4ab4f1ac6eabdb97b50a6
      https://github.com/dexonline/dexonline/commit/ff86e7c8a1fd84d6ebd4ab4f1ac6eabdb97b50a6
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M phplib/models/Tree.php
    M templates/editTree.tpl
    M wwwbase/editTree.php

  Log Message:
  -----------
  Implement tree cloning. Addresses #66.


  Commit: 98ffb1c5764b5a571b190c5015f9f1f7f33b6b4e
      https://github.com/dexonline/dexonline/commit/98ffb1c5764b5a571b190c5015f9f1f7f33b6b4e
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M tools/rebuildFullTextIndex.php

  Log Message:
  -----------
  convert code related to the full text index. Addresses #66.


  Commit: f2fa961a2d88f7e3cc4ac773ede36cbfcd2ecc96
      https://github.com/dexonline/dexonline/commit/f2fa961a2d88f7e3cc4ac773ede36cbfcd2ecc96
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M phplib/models/Entry.php

  Log Message:
  -----------
  Create entries when creating new lexems. Addresses #66.


  Commit: d551f42299801cb0f39155372cde8dc4f4cb3e75
      https://github.com/dexonline/dexonline/commit/d551f42299801cb0f39155372cde8dc4f4cb3e75
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/admin/deTool.tpl
    M wwwbase/admin/deTool.php
    M wwwbase/editEntry.php
    M wwwbase/js/autoload/deTool.js

  Log Message:
  -----------
  Migrate lexems from definitions to entries. Partial work. Addresses #66.


  Commit: d753609b5f8037e7ff021f638c0edeb80481c379
      https://github.com/dexonline/dexonline/commit/d753609b5f8037e7ff021f638c0edeb80481c379
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/admin/deTool.tpl
    M wwwbase/admin/deTool.php
    M wwwbase/js/autoload/deTool.js

  Log Message:
  -----------
  Convert deTool to use EntryDefinitions. Addresses #66.


  Commit: a259595868852e5ba725d96ddae97dce4c627c39
      https://github.com/dexonline/dexonline/commit/a259595868852e5ba725d96ddae97dce4c627c39
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M phplib/models/Tree.php

  Log Message:
  -----------
  Add the Tree class as a container for meaning trees. Migrate meaning associations from lexems to trees. Addresses #66.


  Commit: a31d985866da070e496aabec434799dfa2529fc1
      https://github.com/dexonline/dexonline/commit/a31d985866da070e496aabec434799dfa2529fc1
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M phplib/models/Tree.php
    M wwwbase/js/select2Dev.js

  Log Message:
  -----------
  Show read-only trees on the entry edit page. Addresses #66.


  Commit: 92bebbd6debad62a2725e2a01255f4c5f8a2eb7b
      https://github.com/dexonline/dexonline/commit/92bebbd6debad62a2725e2a01255f4c5f8a2eb7b
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M wwwbase/js/select2Dev.js

  Log Message:
  -----------
  Better edit links. Addresses #66.


  Commit: 5b5c6210549445dc193d02d8ced783936b780703
      https://github.com/dexonline/dexonline/commit/5b5c6210549445dc193d02d8ced783936b780703
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M phplib/models/Tree.php

  Log Message:
  -----------
  Fix meaning tooltips. Meaning cleanup. Addresses #66.


  Commit: 4decd77a2325bbc7d8cc07beac6215486464c423
      https://github.com/dexonline/dexonline/commit/4decd77a2325bbc7d8cc07beac6215486464c423
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M phplib/models/Tree.php

  Log Message:
  -----------
  Fix object deletions, taking foreign keys into account.


  Commit: 676b6b7e194956410e4a7917df35da34c3ad76fd
      https://github.com/dexonline/dexonline/commit/676b6b7e194956410e4a7917df35da34c3ad76fd
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M phplib/models/Entry.php

  Log Message:
  -----------
  Move structStatus and structuristId from Lexem to Entry. Addresses #66.


  Commit: ea1a8c0c7eb77615c29826c0f103fa17a57ee3ed
      https://github.com/dexonline/dexonline/commit/ea1a8c0c7eb77615c29826c0f103fa17a57ee3ed
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M wwwbase/editEntry.php

  Log Message:
  -----------
  Add button to create a new Tree.
Trees can no longer be deleted. Added a status field to hide them.
Addresses #66.


  Commit: 3a1303a0ab41f014e293e11b75a74200c1f23b3f
      https://github.com/dexonline/dexonline/commit/3a1303a0ab41f014e293e11b75a74200c1f23b3f
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M tools/rebuildFullTextIndex.php

  Log Message:
  -----------
  Undo previous commit.


  Commit: 43cb24f9867dec6e9992258eadf3209a6a0924f9
      https://github.com/dexonline/dexonline/commit/43cb24f9867dec6e9992258eadf3209a6a0924f9
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    A tools/old/updateLocDb.sh
    A tools/old/updateLocDb.sql

  Log Message:
  -----------
  Add some patches for the LOC_*_* databases, to bring them in sync with the DEX database. Committed straight to tools/old since they will only be used once.


  Commit: c9cb1b8ac9f696991e89894034f99d4f1b4181bc
      https://github.com/dexonline/dexonline/commit/c9cb1b8ac9f696991e89894034f99d4f1b4181bc
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M docs/schema.txt
    A patches/00170.sql
    M phplib/models/Visual.php
    M templates/admin/visualTag.tpl
    M wwwbase/admin/visualTag.php
    M wwwbase/ajax/visualGetImageTags.php
    M wwwbase/js/autoload/visualTag.js
    M wwwbase/search.php

  Log Message:
  -----------
  Migrate Visuals and VisualTags from Lexem to Entry. Addresses #66.


  Commit: a567c8486353d1354575bc16408ad6b6569a82ea
      https://github.com/dexonline/dexonline/commit/a567c8486353d1354575bc16408ad6b6569a82ea
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/auth/login.tpl
    A wwwbase/img/openid/btn_google_dark_normal.png
    A wwwbase/img/openid/btn_google_dark_normal.svg
    A wwwbase/img/openid/btn_yahoo.png
    A wwwbase/img/openid/btn_yahoo.svg
    A wwwbase/img/openid/btn_yahoo_light.png

  Log Message:
  -----------
  [refs #468] Updating openid buttons


  Commit: 485991ee769e27fc78b092abc5a53f1d5ab89dc9
      https://github.com/dexonline/dexonline/commit/485991ee769e27fc78b092abc5a53f1d5ab89dc9
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M phplib/SmartyWrap.php
    M templates/base.tpl
    M templates/bits/flashMessages.tpl
    M templates/etichete.tpl
    M templates/layout.tpl
    M wwwbase/css/autoload/etichete.css
    R wwwbase/css/flash.css

  Log Message:
  -----------
  [refs #468] adding back flashMessage to base.tpl

* refactoring flashMessage to use bootstrap alerts
* removing flash.css
* updating etichete.tpl


  Commit: 4dc36a950cf3f58d43dec3a6322cde6ace07a613
      https://github.com/dexonline/dexonline/commit/4dc36a950cf3f58d43dec3a6322cde6ace07a613
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/bits/flashMessages.tpl

  Log Message:
  -----------
  [refs #468] codintion for flashMessages

So that it doesn't break the layout with an empty column div.


  Commit: f3e5e92d6a16643377f4b84b0d384ff02909bbaa
      https://github.com/dexonline/dexonline/commit/f3e5e92d6a16643377f4b84b0d384ff02909bbaa
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/cuvinte-favorite.tpl
    M wwwbase/js/dex.js

  Log Message:
  -----------
  [refs #468] Updating cuvinte-favorite to use dl

Some rework was necessary to the removeBookmark JS.


  Commit: 26a2734dc015e81fad81dfbad58dd4d8d06d55fc
      https://github.com/dexonline/dexonline/commit/26a2734dc015e81fad81dfbad58dd4d8d06d55fc
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/bits/flashMessages.tpl
    M templates/contribuie.tpl
    M templates/layout.tpl

  Log Message:
  -----------
  [refs #468] flashMessages fixes

* removing flashMessages bit from layout.tpl as it caused message
  duplication on subpages

* adding row to flashMessages.tpl to avoid layout breaking
* adding dismiss button to contribuie.tpl login warning


  Commit: bb483286c46ff53818f7c463a5a1546005c59373
      https://github.com/dexonline/dexonline/commit/bb483286c46ff53818f7c463a5a1546005c59373
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/bits/facebook.tpl

  Log Message:
  -----------
  [refs #468] Fixing footer facebook button


  Commit: ef138660efd55530663e80efd6e831c8598e37e0
      https://github.com/dexonline/dexonline/commit/ef138660efd55530663e80efd6e831c8598e37e0
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/scramble.tpl
    M wwwbase/css/autoload/scramble.css
    M wwwbase/js/autoload/scramble.js

  Log Message:
  -----------
  [refs #468] Small layout update to scramble game


  Commit: 8f744f8918901689bdb5f37571d6e7ecda4bbbbd
      https://github.com/dexonline/dexonline/commit/8f744f8918901689bdb5f37571d6e7ecda4bbbbd
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/user.tpl

  Log Message:
  -----------
  [refs #468] Redesign integration: user.tpl


  Commit: 0d7cc161d241244c96cd53ccc2d1ed503d1a65c0
      https://github.com/dexonline/dexonline/commit/0d7cc161d241244c96cd53ccc2d1ed503d1a65c0
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/acuratete-eval.tpl
    M templates/acuratete.tpl
    M templates/bits/dropdown.tpl
    M wwwbase/js/autoload/acuratete.js

  Log Message:
  -----------
  [refs #468] Redesign integration: acuratete pages


  Commit: 5be6f17ee02442e280ae8b323ee73a9e658d33b2
      https://github.com/dexonline/dexonline/commit/5be6f17ee02442e280ae8b323ee73a9e658d33b2
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/alocare-autori.tpl
    M templates/bits/wotdArchive.tpl
    M wwwbase/css/autoload/alocare-autori.css
    M wwwbase/css/responsive.css

  Log Message:
  -----------
  [refs #468] Redesign integration: alocare-autori


  Commit: abcb36c0eca11a2db203bd9e0c0a8a5ec76074e9
      https://github.com/dexonline/dexonline/commit/abcb36c0eca11a2db203bd9e0c0a8a5ec76074e9
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/autori-imagini.tpl
    M templates/editare-autor-imagini.tpl

  Log Message:
  -----------
  [refs #468] Redesign integration: autori-imagini


  Commit: 704a0abce1d994fc1d290c3bb4630f0543c455be
      https://github.com/dexonline/dexonline/commit/704a0abce1d994fc1d290c3bb4630f0543c455be
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/editare-sursa.tpl
    M templates/surse.tpl

  Log Message:
  -----------
  [refs #468] Redesign integration: editare-sursa


  Commit: 2853a8cf527b3d3a4bec7e750ab07ad42c774d36
      https://github.com/dexonline/dexonline/commit/2853a8cf527b3d3a4bec7e750ab07ad42c774d36
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/tipuri-modele.tpl

  Log Message:
  -----------
  [refs #468] Redesign integration: tipuri-modele


  Commit: 6839a93bb4055f27d7a405906c8ebd05e0dbbcab
      https://github.com/dexonline/dexonline/commit/6839a93bb4055f27d7a405906c8ebd05e0dbbcab
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/autori-imagini.tpl
    M templates/editare-autor-imagini.tpl

  Log Message:
  -----------
  [refs #468] Embedding add button in caption


  Commit: a5b9403cff05c78e0e264b67602006b0704cd4cd
      https://github.com/dexonline/dexonline/commit/a5b9403cff05c78e0e264b67602006b0704cd4cd
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/flexiuni.tpl

  Log Message:
  -----------
  [refs #468] Redesign integration: flexiuni.tpl


  Commit: 716e6402266dda1fe8cbc91a7eea9f6096ffb4fa
      https://github.com/dexonline/dexonline/commit/716e6402266dda1fe8cbc91a7eea9f6096ffb4fa
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/moderatori.tpl

  Log Message:
  -----------
  [refs #468] Redesign integration: moderatori.tpl


  Commit: d07b4b7f7c37d28e900306e99d99d4f6768734bb
      https://github.com/dexonline/dexonline/commit/d07b4b7f7c37d28e900306e99d99d4f6768734bb
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/licenta.tpl
    M wwwbase/css/responsive.css

  Log Message:
  -----------
  [refs #468] Redesign integration: licenta.tpl


  Commit: 1730cd1e57b991140496737a423b07be5b3e3a4e
      https://github.com/dexonline/dexonline/commit/1730cd1e57b991140496737a423b07be5b3e3a4e
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/bits/doneaza-la-ce-folosim.tpl
    M templates/doneaza.tpl
    M wwwbase/css/responsive.css

  Log Message:
  -----------
  [refs #468] Redesign integration: doneaza.tpl


  Commit: 901b8e19b3bdcdfd39a968986a9274d8cf410835
      https://github.com/dexonline/dexonline/commit/901b8e19b3bdcdfd39a968986a9274d8cf410835
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/base.tpl
    M templates/index.tpl
    M templates/layout.tpl
    M wwwbase/css/responsive.css

  Log Message:
  -----------
  [refs #468] Footer and frontpage updates

* moving mission statement above widgets
* moving facebook buttons to footer
* centering footer text
* adding 1rem footer top padding so it's not right next to the content


  Commit: e5e6090843973650a76f5f9cae960344b14ffcbd
      https://github.com/dexonline/dexonline/commit/e5e6090843973650a76f5f9cae960344b14ffcbd
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    A tools/old/fixDuplicateParadigms.php

  Log Message:
  -----------
  Fix cause of duplicate paradigms. Add script to fix existing errors.


  Commit: a57527d21604fdd4b21cbf0a6e139c78c442a0a5
      https://github.com/dexonline/dexonline/commit/a57527d21604fdd4b21cbf0a6e139c78c442a0a5
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M wwwbase/search.php

  Log Message:
  -----------
  Fix broken paradigm permalink (under certain circumstances).


  Commit: 9f9fb7f5a23b4c4945bc2a65130a3ea47ebe858a
      https://github.com/dexonline/dexonline/commit/9f9fb7f5a23b4c4945bc2a65130a3ea47ebe858a
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    A templates/responsive/index.tpl
    A templates/responsive/responsive-layout.tpl
    A wwwbase/bootstrap-3.3.6-dist/css/bootstrap-theme.css
    A wwwbase/bootstrap-3.3.6-dist/css/bootstrap-theme.css.map
    A wwwbase/bootstrap-3.3.6-dist/css/bootstrap-theme.min.css
    A wwwbase/bootstrap-3.3.6-dist/css/bootstrap-theme.min.css.map
    A wwwbase/bootstrap-3.3.6-dist/css/bootstrap.css
    A wwwbase/bootstrap-3.3.6-dist/css/bootstrap.css.map
    A wwwbase/bootstrap-3.3.6-dist/css/bootstrap.min.css
    A wwwbase/bootstrap-3.3.6-dist/css/bootstrap.min.css.map
    A wwwbase/bootstrap-3.3.6-dist/fonts/glyphicons-halflings-regular.eot
    A wwwbase/bootstrap-3.3.6-dist/fonts/glyphicons-halflings-regular.svg
    A wwwbase/bootstrap-3.3.6-dist/fonts/glyphicons-halflings-regular.ttf
    A wwwbase/bootstrap-3.3.6-dist/fonts/glyphicons-halflings-regular.woff
    A wwwbase/bootstrap-3.3.6-dist/fonts/glyphicons-halflings-regular.woff2
    A wwwbase/bootstrap-3.3.6-dist/js/bootstrap.js
    A wwwbase/bootstrap-3.3.6-dist/js/bootstrap.min.js
    A wwwbase/bootstrap-3.3.6-dist/js/npm.js
    A wwwbase/js/bootstrap
    A wwwbase/styles/bootstrap

  Log Message:
  -----------
  [refs #412] (WIP) adding `responsive` skin and bootstrap


  Commit: 173aa23bc24f89741555d297e67f86e9ec19a57f
      https://github.com/dexonline/dexonline/commit/173aa23bc24f89741555d297e67f86e9ec19a57f
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/responsive/index.tpl
    M templates/responsive/responsive-layout.tpl
    A wwwbase/styles/responsive.css

  Log Message:
  -----------
  [refs #412] (WIP) responsive-layout + homepage

* adding `responsive.css` for customizations
* adding elements from `zepu/index.tpl` into `responsive/index.tpl` and
  structuring them into rows/columns


  Commit: 6e1686d3790aeb12f30879cb7cfb8d72b5a2a89d
      https://github.com/dexonline/dexonline/commit/6e1686d3790aeb12f30879cb7cfb8d72b5a2a89d
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    A templates/responsive/bits/banner.tpl
    A templates/responsive/bits/searchForm.tpl
    A templates/responsive/bits/sourceDropDown.tpl
    M templates/responsive/index.tpl
    M wwwbase/styles/responsive.css

  Log Message:
  -----------
  [refs #412] (WIP) searchForm and banner customisations


  Commit: 1d55916968d6fca3aada57acaf251a3150d50921
      https://github.com/dexonline/dexonline/commit/1d55916968d6fca3aada57acaf251a3150d50921
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/responsive/bits/banner.tpl
    M templates/responsive/bits/searchForm.tpl
    M templates/responsive/index.tpl
    A templates/responsive/page.tpl
    M templates/responsive/responsive-layout.tpl
    A templates/responsive/search.tpl
    M wwwbase/search.php

  Log Message:
  -----------
  [refs #412] (WIP) responsive subpages

* adding new page.tpl for subpages (removes the need
  for `onHomepage` checks)
* adding two slots for before-content and after-content
* rendering `search.tpl` with skin so `responsive` gets loaded
* customizing `search.tpl` to use the responsive layout
* commenting `common.css` import in `paradigm.css` as it interferes with
  bootstrap
* including the "row" into the banner and searchForm templates


  Commit: e5f8c6721c3b1db92e50fdc807ded18746b354c4
      https://github.com/dexonline/dexonline/commit/e5f8c6721c3b1db92e50fdc807ded18746b354c4
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/responsive/bits/banner.tpl
    M templates/responsive/index.tpl
    M templates/responsive/page.tpl
    M templates/responsive/responsive-layout.tpl
    M wwwbase/styles/responsive.css

  Log Message:
  -----------
  [refs #412] (WIP) multiple buttons for xs navbar

* implementing user menu button for collapsed menu (xs)
* use width as max-width for banner
* using separate markup for >xs and xs user menu


  Commit: d47649b654fa1db83fe28c364741e1fb23f5cc62
      https://github.com/dexonline/dexonline/commit/d47649b654fa1db83fe28c364741e1fb23f5cc62
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/index.tpl
    A templates/index.tpl~e5f8c6721c3b1db92e50fdc807ded18746b354c4
    A templates/page.tpl
    R templates/responsive/bits/banner.tpl
    R templates/responsive/bits/searchForm.tpl
    R templates/responsive/bits/sourceDropDown.tpl
    R templates/responsive/index.tpl
    R templates/responsive/page.tpl
    R templates/responsive/responsive-layout.tpl
    R templates/responsive/search.tpl
    M templates/search.tpl
    R wwwbase/bootstrap-3.3.6-dist/css/bootstrap-theme.css
    R wwwbase/bootstrap-3.3.6-dist/css/bootstrap-theme.css.map
    R wwwbase/bootstrap-3.3.6-dist/css/bootstrap-theme.min.css
    R wwwbase/bootstrap-3.3.6-dist/css/bootstrap-theme.min.css.map
    R wwwbase/bootstrap-3.3.6-dist/css/bootstrap.css
    R wwwbase/bootstrap-3.3.6-dist/css/bootstrap.css.map
    R wwwbase/bootstrap-3.3.6-dist/css/bootstrap.min.css
    R wwwbase/bootstrap-3.3.6-dist/css/bootstrap.min.css.map
    R wwwbase/bootstrap-3.3.6-dist/fonts/glyphicons-halflings-regular.eot
    R wwwbase/bootstrap-3.3.6-dist/fonts/glyphicons-halflings-regular.svg
    R wwwbase/bootstrap-3.3.6-dist/fonts/glyphicons-halflings-regular.ttf
    R wwwbase/bootstrap-3.3.6-dist/fonts/glyphicons-halflings-regular.woff
    R wwwbase/bootstrap-3.3.6-dist/fonts/glyphicons-halflings-regular.woff2
    R wwwbase/bootstrap-3.3.6-dist/js/bootstrap.js
    R wwwbase/bootstrap-3.3.6-dist/js/bootstrap.min.js
    R wwwbase/bootstrap-3.3.6-dist/js/npm.js
    M wwwbase/css/responsive.css
    A wwwbase/css/responsive.css~e5f8c6721c3b1db92e50fdc807ded18746b354c4
    R wwwbase/js/bootstrap
    M wwwbase/search.php
    R wwwbase/styles/bootstrap
    R wwwbase/styles/responsive.css

  Log Message:
  -----------
  [refs #412] (WIP) dropping support for alternate skins

* removing included bootstrap as upstream did a better job with it
* removing `responsive` folder, overwriting templates as necessary
* replacing `displayPageWithSkin` call with `display` in `index.php`


  Commit: 55880d9f63b77c8513d61fa3fa34a811db6071d7
      https://github.com/dexonline/dexonline/commit/55880d9f63b77c8513d61fa3fa34a811db6071d7
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M wwwbase/css/responsive.css

  Log Message:
  -----------
  [refs #412] Moving navigation menu into separate bit

Also dropping the user menu from collapsed nav header


  Commit: ef223de024e274a3451d777105da885656ec1efe
      https://github.com/dexonline/dexonline/commit/ef223de024e274a3451d777105da885656ec1efe
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/index.tpl
    M wwwbase/css/responsive.css

  Log Message:
  -----------
  [refs #412] Rearranging homepage

* using panels for widget display
* adding `layout.tpl` for widgets


  Commit: f87d52e3ca824f76716be5e54b3623de94325edd
      https://github.com/dexonline/dexonline/commit/f87d52e3ca824f76716be5e54b3623de94325edd
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/index.tpl
    R templates/page.tpl
    M templates/search.tpl

  Log Message:
  -----------
  [refs #412] Renaming templates

All templates already include layout.tpl. This makes it easier to use
the new responsive theme in all pages.

* layout.tpl -> base.tpl
* page.tpl -> layout.tpl


  Commit: 46ecf7d70f869d3961871508da26df62ae343273
      https://github.com/dexonline/dexonline/commit/46ecf7d70f869d3961871508da26df62ae343273
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M wwwbase/css/responsive.css

  Log Message:
  -----------
  [refs #412] Brand image with link to homepage for pages


  Commit: b90472e23c8963add2e3257bec44cebe8c84b0c0
      https://github.com/dexonline/dexonline/commit/b90472e23c8963add2e3257bec44cebe8c84b0c0
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M wwwbase/css/responsive.css

  Log Message:
  -----------
  [refs #412] Updating surse, search and typoForm


  Commit: 3f6a9d50ab1f1686ff70249933c3e29c94c5b305
      https://github.com/dexonline/dexonline/commit/3f6a9d50ab1f1686ff70249933c3e29c94c5b305
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M wwwbase/css/responsive.css

  Log Message:
  -----------
  [refs #468] Converting typo popup to modal


  Commit: fee73b71a6d663817bb0f6e41b824b6dc28ea382
      https://github.com/dexonline/dexonline/commit/fee73b71a6d663817bb0f6e41b824b6dc28ea382
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M wwwbase/css/responsive.css

  Log Message:
  -----------
  [refs #468] Converting source popup to bootstrap popover


  Commit: 2007b3ce34c3ab6e5724c3587d297556bf0be9eb
      https://github.com/dexonline/dexonline/commit/2007b3ce34c3ab6e5724c3587d297556bf0be9eb
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M wwwbase/css/responsive.css

  Log Message:
  -----------
  [refs #468] wotd table styling


  Commit: 4483342b0c5e0b5275f47721bead5a67539b1936
      https://github.com/dexonline/dexonline/commit/4483342b0c5e0b5275f47721bead5a67539b1936
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M wwwbase/css/responsive.css

  Log Message:
  -----------
  [refs #468] Converting scrabble.tpl to new design


  Commit: 66db168df3f603bef3bb889e0f40e33d80121421
      https://github.com/dexonline/dexonline/commit/66db168df3f603bef3bb889e0f40e33d80121421
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M wwwbase/css/responsive.css

  Log Message:
  -----------
  [refs #468] Converting user login and prefs pages


  Commit: 50c164dc76fb393ca4e9043727b49816bdfabe4f
      https://github.com/dexonline/dexonline/commit/50c164dc76fb393ca4e9043727b49816bdfabe4f
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/layout.tpl

  Log Message:
  -----------
  [refs #468] adding back flashMessage to base.tpl

* refactoring flashMessage to use bootstrap alerts
* removing flash.css
* updating etichete.tpl


  Commit: 75cf80a3f11232d09330b9a5a1b3aae20f1bde51
      https://github.com/dexonline/dexonline/commit/75cf80a3f11232d09330b9a5a1b3aae20f1bde51
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/layout.tpl

  Log Message:
  -----------
  [refs #468] flashMessages fixes

* removing flashMessages bit from layout.tpl as it caused message
  duplication on subpages

* adding row to flashMessages.tpl to avoid layout breaking
* adding dismiss button to contribuie.tpl login warning


  Commit: 30facaa73ab43910e2e26d67f15615a97692fb43
      https://github.com/dexonline/dexonline/commit/30facaa73ab43910e2e26d67f15615a97692fb43
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M wwwbase/css/responsive.css

  Log Message:
  -----------
  [refs #468] Redesign integration: alocare-autori


  Commit: e397cc41fa999538a2f35a7f098989ce58886146
      https://github.com/dexonline/dexonline/commit/e397cc41fa999538a2f35a7f098989ce58886146
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M wwwbase/css/responsive.css

  Log Message:
  -----------
  [refs #468] Redesign integration: licenta.tpl


  Commit: e9395c21a6a03e60664d256297c1214d16e805ee
      https://github.com/dexonline/dexonline/commit/e9395c21a6a03e60664d256297c1214d16e805ee
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M wwwbase/css/responsive.css

  Log Message:
  -----------
  [refs #468] Redesign integration: doneaza.tpl


  Commit: e409bf0a4d8700a83c282c843142dbbd4182a5dd
      https://github.com/dexonline/dexonline/commit/e409bf0a4d8700a83c282c843142dbbd4182a5dd
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/index.tpl
    M wwwbase/css/responsive.css

  Log Message:
  -----------
  [refs #468] Footer and frontpage updates

* moving mission statement above widgets
* moving facebook buttons to footer
* centering footer text
* adding 1rem footer top padding so it's not right next to the content


  Commit: 10ccd1667634fe771372ae7979c405f48bc5be57
      https://github.com/dexonline/dexonline/commit/10ccd1667634fe771372ae7979c405f48bc5be57
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M phplib/util.php
    M templates/wikiArticle.tpl
    M tools/syncWikiArticles.php
    A wwwbase/css/autoload/wikiArticle.css

  Log Message:
  -----------
  Convert wiki articles to Bootstrap. Addresses #468.


  Commit: 0993c544e297118290cf9f7386501d2e594703f1
      https://github.com/dexonline/dexonline/commit/0993c544e297118290cf9f7386501d2e594703f1
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/base.tpl
    M templates/bits/navmenu.tpl
    M templates/crawler/crawler.tpl
    M wwwbase/css/responsive.css
    R wwwbase/img/logo-dexonline-2.png
    A wwwbase/img/logo/logo-nav-narrow.png
    A wwwbase/img/logo/logo-nav-wide.png
    A wwwbase/img/logo/logo-og.png

  Log Message:
  -----------
  Apply new navbar logo. Addresses #467.


  Commit: 399e747c537b87131ca72f52e07bbdfee977d114
      https://github.com/dexonline/dexonline/commit/399e747c537b87131ca72f52e07bbdfee977d114
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M wwwbase/css/responsive.css
    A wwwbase/img/logo/logo-main.png
    R wwwbase/img/sprite3.png

  Log Message:
  -----------
  Use single image logo instead of sprite3.png. Addresses #467.


  Commit: b20a296872210b8adaaecf1d2bbac739d34d781c
      https://github.com/dexonline/dexonline/commit/b20a296872210b8adaaecf1d2bbac739d34d781c
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    R tools/cssSprite.php

  Log Message:
  -----------
  Remove old sprite generator. Fixes #467.


  Commit: f302a8b274a3ed1512e0468e73456e871a2a1593
      https://github.com/dexonline/dexonline/commit/f302a8b274a3ed1512e0468e73456e871a2a1593
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M dex.conf.sample
    M phplib/SmartyWrap.php
    M templates/bits/facebook.tpl
    M templates/bits/facebookButton.tpl
    M templates/preferinte.tpl
    R templates/zepu/index-afd.tpl
    R templates/zepu/index.tpl
    R wwwbase/css/zepu.css
    R wwwbase/img/zepu/dexonline_logo_mic.png
    R wwwbase/img/zepu/logo.png

  Log Message:
  -----------
  Remove old references to the Zepu skin. Addresses #412.


  Commit: ab27e26841a71211474bc543c85465c9f8558b53
      https://github.com/dexonline/dexonline/commit/ab27e26841a71211474bc543c85465c9f8558b53
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M dex.conf.sample
    M phplib/SmartyWrap.php
    R templates/polar/index-afd.tpl
    R templates/polar/index.tpl
    R wwwbase/css/polar.css
    R wwwbase/img/polar/dexonline.png
    R wwwbase/img/polar/logo-dexonline.png

  Log Message:
  -----------
  Remove old references to the Polar skin. Addresses #412.


  Commit: 03360c839ec21fae68d1d59a87045b0cbd756b8d
      https://github.com/dexonline/dexonline/commit/03360c839ec21fae68d1d59a87045b0cbd756b8d
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M dex.conf.sample
    M phplib/SmartyWrap.php
    M phplib/session.php
    M phplib/util.php
    R templates/mobile/index-afd.tpl
    R templates/mobile/index.tpl
    R wwwbase/css/mobile.css
    R wwwbase/css/mobileAndDesktop.css
    R wwwbase/img/anniversary/homepage.png
    R wwwbase/img/anniversary/meta.png
    R wwwbase/img/anniversary/mobile.png
    R wwwbase/img/mobile/logo-dexonline-30.png
    R wwwbase/img/mobile/logo-dexonline-60.png
    M wwwbase/js/dex.js

  Log Message:
  -----------
  Remove old references to the Mobile skin and mobile-related checks. Addresses #412.


  Commit: f66f9eb9a2ed591c0fb606a7de68efb016276d96
      https://github.com/dexonline/dexonline/commit/f66f9eb9a2ed591c0fb606a7de68efb016276d96
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M dex.conf.sample
    M phplib/Preferences.php
    M phplib/SearchLog.php
    M phplib/SmartyWrap.php
    M phplib/session.php
    M templates/bits/banner.tpl
    M templates/preferinte.tpl
    M templates/wotd.tpl
    M templates/wotm.tpl
    M wwwbase/preferinte.php

  Log Message:
  -----------
  Remove multiple skin support. Addresses #476.


  Commit: d540b3e14c4982947ef620e447f1eafc63e472bb
      https://github.com/dexonline/dexonline/commit/d540b3e14c4982947ef620e447f1eafc63e472bb
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/bits/definition.tpl
    M templates/search.tpl

  Log Message:
  -----------
  Convert some search result elements to Bootstrap. Addresses #476.


  Commit: 341027729c5938185ad40ee850320607187f4606
      https://github.com/dexonline/dexonline/commit/341027729c5938185ad40ee850320607187f4606
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M dex.conf.sample
    M phplib/OpenID.php
    M phplib/SmartyWrap.php
    M phplib/util.php
    M templates/bits/definition.tpl
    R templates/bits/typoConfirmation.tpl
    M templates/bits/typoForm.tpl
    M templates/mirror_message.tpl
    M templates/search.tpl
    M templates/wotd.tpl
    M wwwbase/ajax/typo.php
    M wwwbase/auth/login.php
    R wwwbase/css/common.css
    M wwwbase/js/dex.js
    M wwwbase/wotdPreviousYears.php

  Log Message:
  -----------
  Convert more code to Bootstrap. Addresses #468.


  Commit: 9e4639f27059b528fa2133aa2635f764662720ee
      https://github.com/dexonline/dexonline/commit/9e4639f27059b528fa2133aa2635f764662720ee
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M docs/nginx.conf.sample
    M phplib/models/WordOfTheDay.php
    R templates/bits/wotdPreviousYears.tpl
    M templates/wotd.tpl
    M wwwbase/.htaccess.sample
    M wwwbase/wotd.php
    R wwwbase/wotdPreviousYears.php

  Log Message:
  -----------
  WotD loads data for previous years directly (no Ajax). Addresses #468.


  Commit: ff37e1f4c7795c4a61ba7647dfc5aab7730d0143
      https://github.com/dexonline/dexonline/commit/ff37e1f4c7795c4a61ba7647dfc5aab7730d0143
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M phplib/models/Definition.php
    M templates/admin/ocrInput.tpl
    M templates/bits/top.tpl
    M templates/doneaza.tpl
    M templates/widgets/articleOfTheMonth.tpl
    M templates/widgets/games.tpl
    M templates/widgets/randomWord.tpl
    M templates/widgets/social.tpl
    M templates/widgets/wotd.tpl
    M templates/widgets/wotm.tpl
    M templates/wikiArticle.tpl
    A wwwbase/css/autoload/ocrInput.css
    A wwwbase/css/autoload/search.css
    M wwwbase/css/flex.css
    M wwwbase/css/paradigm.css
    M wwwbase/css/responsive.css
    A wwwbase/js/autoload/doneaza.js
    M wwwbase/js/dex.js

  Log Message:
  -----------
  Convert more code to bootstrap and remove legacy code. Addresses #468.


  Commit: 8358ce9dd3d969d00e6ae8c3de2f923562fa7370
      https://github.com/dexonline/dexonline/commit/8358ce9dd3d969d00e6ae8c3de2f923562fa7370
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/mill.tpl
    M templates/scrabble-diferente-loc.tpl
    M wwwbase/ajax/mill.php
    M wwwbase/css/autoload/mill.css
    M wwwbase/js/autoload/mill.js
    M wwwbase/mill.php

  Log Message:
  -----------
  Convert the Mill game and a Scrabble subpage to Bootstrap. Addresses #468.


  Commit: 7e7e857a4cda9a1be934e0a6bc4831874f08761e
      https://github.com/dexonline/dexonline/commit/7e7e857a4cda9a1be934e0a6bc4831874f08761e
  Author: Radu Borza <radu_borza at yahoo.it>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/admin/ocrInput.tpl
    M wwwbase/admin/ocrInput.php

  Log Message:
  -----------
  Update OCR input page (add definition separator)


  Commit: e03922133b75a406fc46caee1367c79136e679f9
      https://github.com/dexonline/dexonline/commit/e03922133b75a406fc46caee1367c79136e679f9
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M phplib/StringUtil.php
    M phplib/models/FlexModel.php
    M phplib/models/InflectedForm.php
    M templates/bits/ifArray.tpl
    M templates/modele-flexiune.tpl
    M wwwbase/css/paradigm.css

  Log Message:
  -----------
  Convert more elements to Bootstrap. Addresses #468.


  Commit: 330a238d7a801800473d728271a652339daaff3a
      https://github.com/dexonline/dexonline/commit/330a238d7a801800473d728271a652339daaff3a
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/auth/login.tpl
    M wwwbase/css/responsive.css

  Log Message:
  -----------
  Convert the login page to Bootstrap.


  Commit: 0f6e1045ba9430b1f94d7c6c1dd9dba48b1f6537
      https://github.com/dexonline/dexonline/commit/0f6e1045ba9430b1f94d7c6c1dd9dba48b1f6537
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    A wwwbase/css/autoload/doneaza.css
    A wwwbase/css/autoload/editare-avatar.css
    A wwwbase/css/autoload/index.css
    A wwwbase/css/autoload/scrabble.css
    A wwwbase/css/autoload/surse.css
    A wwwbase/css/autoload/wotd.css
    M wwwbase/css/responsive.css

  Log Message:
  -----------
  Move page-specific CSS into autoloaded files. Addresses #468.


  Commit: d2bd8c6fe09474026d6516eaf4e4402dc5fe4487
      https://github.com/dexonline/dexonline/commit/d2bd8c6fe09474026d6516eaf4e4402dc5fe4487
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/auth/chooseIdentity.tpl
    M templates/auth/parola-uitata.tpl
    M templates/hangman.tpl
    M templates/randomWordList.tpl
    M templates/scramble.tpl
    M templates/top.tpl
    M wwwbase/css/autoload/hangman.css
    M wwwbase/css/autoload/scramble.css
    M wwwbase/js/autoload/hangman.js

  Log Message:
  -----------
  Convert remaining occurrences of class="paragraphTitle" to Bootstrap. Addresses #476.


  Commit: 4c38e096c645d6efbc60354c9388dacdc627b25d
      https://github.com/dexonline/dexonline/commit/4c38e096c645d6efbc60354c9388dacdc627b25d
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/base.tpl
    M templates/bits/definition.tpl
    M templates/search.tpl
    M wwwbase/css/responsive.css

  Log Message:
  -----------
  Switch to the Open Sans font. Add styles for some elements.


  Commit: 7e4601eaa1bb75a39662651f1047d4159123036d
      https://github.com/dexonline/dexonline/commit/7e4601eaa1bb75a39662651f1047d4159123036d
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/unelte.tpl
    A wwwbase/js/autoload/unelte.js

  Log Message:
  -----------
  Move some inline JS to a separate file.


  Commit: 84657d3827e5b8bc547827a130ae57e5bb1eb9d7
      https://github.com/dexonline/dexonline/commit/84657d3827e5b8bc547827a130ae57e5bb1eb9d7
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    R wwwbase/img/icons/arrow_down.png
    R wwwbase/img/icons/arrow_up.png
    R wwwbase/img/icons/cog.png
    R wwwbase/img/icons/coins.png
    R wwwbase/img/icons/computer.png
    R wwwbase/img/icons/delete.png
    R wwwbase/img/icons/flag_pink.png
    R wwwbase/img/icons/flag_purple.png
    R wwwbase/img/icons/info.png
    R wwwbase/img/icons/phone.png
    R wwwbase/img/icons/user_orange.png

  Log Message:
  -----------
  Delete unused images. Addresses #476.


  Commit: 628fb07111fb9db4a9d856136d0e8eec98260dba
      https://github.com/dexonline/dexonline/commit/628fb07111fb9db4a9d856136d0e8eec98260dba
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/bits/top.tpl
    M templates/unelte.tpl
    R wwwbase/img/icons/bullet_arrow_down.png
    R wwwbase/img/icons/bullet_arrow_up.png
    R wwwbase/img/icons/bullet_go.png
    R wwwbase/img/icons/bullet_go_flop.png
    R wwwbase/img/icons/control_end.png
    R wwwbase/img/icons/control_fastforward.png
    R wwwbase/img/icons/control_play.png
    R wwwbase/img/icons/control_rewind.png
    R wwwbase/img/icons/control_start.png

  Log Message:
  -----------
  Remove more pre-Bootstrap icons. Addresses #476.


  Commit: 80d89c7599c6d9900b3438cfe7cd1753b576f200
      https://github.com/dexonline/dexonline/commit/80d89c7599c6d9900b3438cfe7cd1753b576f200
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    A patches/00171.sql
    A patches/00172.php

  Log Message:
  -----------
  Relations now point to Trees. Database patches only. Addresses #66.


  Commit: 244bd190450e98ece3b02535fa25e418f236f945
      https://github.com/dexonline/dexonline/commit/244bd190450e98ece3b02535fa25e418f236f945
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    A patches/00173.sql
    M phplib/models/Lexem.php
    M phplib/models/Relation.php
    M phplib/models/Tree.php

  Log Message:
  -----------
  Migrate relations from lexems to trees. Addresses #66.


  Commit: 81943f9b9dbf92c5ba8a61163916545e211d53f2
      https://github.com/dexonline/dexonline/commit/81943f9b9dbf92c5ba8a61163916545e211d53f2
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M patches/00172.php
    M phplib/models/Meaning.php
    M phplib/models/Relation.php
    M templates/bits/meaningTree.tpl
    M wwwbase/js/meaningTree.js

  Log Message:
  -----------
  Finish migrating Relations from Lexems to Trees. Addresses #66.


  Commit: 7cc331573e84c560732fc6680abf324ddba5ac82
      https://github.com/dexonline/dexonline/commit/7cc331573e84c560732fc6680abf324ddba5ac82
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M wwwbase/admin/lexemEdit.php

  Log Message:
  -----------
  Remove unused permission.


  Commit: fa99b1b3f7240123303c9e9bd6ea61db747dfc7d
      https://github.com/dexonline/dexonline/commit/fa99b1b3f7240123303c9e9bd6ea61db747dfc7d
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    R wwwbase/img/icons/arrow_refresh.png
    R wwwbase/img/icons/bullet_green.png
    R wwwbase/img/icons/bullet_red.png
    R wwwbase/img/icons/cross.png
    R wwwbase/img/icons/cross16.png
    R wwwbase/img/icons/disk.png
    R wwwbase/img/icons/exclamation.png
    R wwwbase/img/icons/information.png
    R wwwbase/img/icons/page_white_copy.png
    R wwwbase/img/icons/page_white_text.png

  Log Message:
  -----------
  Remove unneeded images. Addresses #66.


  Commit: 8967702d363e941eeb6df107d5fca7035f14b427
      https://github.com/dexonline/dexonline/commit/8967702d363e941eeb6df107d5fca7035f14b427
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/admin/index.tpl
    A templates/admin/structChooseEntry.tpl
    R templates/admin/structChooseLexem.tpl
    A templates/bits/entryLink.tpl
    A wwwbase/admin/structChooseEntry.php
    R wwwbase/admin/structChooseLexem.php

  Log Message:
  -----------
  Replace easy-to-structure lexems with easy-to-structure entries. Addresses #66.


  Commit: 8e96082c898472af25a3b423f778c292ef36f554
      https://github.com/dexonline/dexonline/commit/8e96082c898472af25a3b423f778c292ef36f554
  Author: Sonia Andriu <sonia.andriu at eaudeweb.ro>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/doneaza.tpl
    M wwwbase/css/autoload/doneaza.css

  Log Message:
  -----------
  Refs #475: make the donation option sections responsive


  Commit: c532ee9ea72e9d82abb2297382599e6bdcd937dd
      https://github.com/dexonline/dexonline/commit/c532ee9ea72e9d82abb2297382599e6bdcd937dd
  Author: Sonia Andriu <sonia.andriu at eaudeweb.ro>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/doneaza.tpl
    M wwwbase/css/autoload/doneaza.css

  Log Message:
  -----------
  Refs #245: same appearance for all labels and values of donation option boxes


  Commit: 33ff03979264b7316275b08f8ad8da60fc3a031a
      https://github.com/dexonline/dexonline/commit/33ff03979264b7316275b08f8ad8da60fc3a031a
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/editEntry.tpl
    M wwwbase/editEntry.php

  Log Message:
  -----------
  Show part of speech on the entry edit page. Addresses #66.


  Commit: 559e6b70e76a65fcf633f706a5daefc038b660cb
      https://github.com/dexonline/dexonline/commit/559e6b70e76a65fcf633f706a5daefc038b660cb
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/editTree.tpl
    M wwwbase/editTree.php

  Log Message:
  -----------
  Show parts of speech on entry edit pages. Addresses #66.


  Commit: 4f1c0c276ad333e725b4dd79ffd663362cdc4423
      https://github.com/dexonline/dexonline/commit/4f1c0c276ad333e725b4dd79ffd663362cdc4423
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/istoria-definitiei.tpl
    A wwwbase/css/autoload/istoria-definitiei.css
    M wwwbase/istoria-definitiei.php

  Log Message:
  -----------
  Convert the history definition page to Bootstrap. Addresses #468.


  Commit: b9098f96f3b72d19a47b5d740a0b4d1a6c5a7499
      https://github.com/dexonline/dexonline/commit/b9098f96f3b72d19a47b5d740a0b4d1a6c5a7499
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M phplib/SmartyWrap.php
    M templates/bits/top.tpl
    M templates/wikiArticle.tpl
    A wwwbase/css/tablesorter/jquery.tablesorter.pager.min.css
    R wwwbase/css/tablesorter/theme.blue.css
    A wwwbase/css/tablesorter/theme.bootstrap.css
    A wwwbase/js/autoload/top.js
    A wwwbase/js/autoload/wikiArticle.js
    M wwwbase/js/jquery.tablesorter.min.js
    M wwwbase/js/jquery.tablesorter.pager.min.js
    A wwwbase/js/jquery.tablesorter.widgets.js
    R wwwbase/js/tablesorter.dev.js
    M wwwbase/top.php

  Log Message:
  -----------
  Convert tablesorter pages to Bootstrap. Addresses #468.


  Commit: 53ead2b299e19596c79b12c9d9560a474a5bf58e
      https://github.com/dexonline/dexonline/commit/53ead2b299e19596c79b12c9d9560a474a5bf58e
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M phplib/SmartyWrap.php
    R wwwbase/js/jquery.tablesorter.min.js
    R wwwbase/js/jquery.tablesorter.pager.min.js
    R wwwbase/js/jquery.tablesorter.widgets.js
    A wwwbase/js/tablesorter/jquery.tablesorter.min.js
    A wwwbase/js/tablesorter/jquery.tablesorter.pager.min.js
    A wwwbase/js/tablesorter/jquery.tablesorter.widgets.js

  Log Message:
  -----------
  Group tablesorter JS files in a subdirectory. Addresses #468.


  Commit: 8f1f9f4cd2ed408e1f6191e9a42b10e890b152ef
      https://github.com/dexonline/dexonline/commit/8f1f9f4cd2ed408e1f6191e9a42b10e890b152ef
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/bits/banner.tpl
    M templates/bits/navmenu.tpl
    M wwwbase/css/responsive.css

  Log Message:
  -----------
  Keep the donate link visible on mobiles. Fixes #466.


  Commit: fd908254297588888eab51892f5c6b208d9b127d
      https://github.com/dexonline/dexonline/commit/fd908254297588888eab51892f5c6b208d9b127d
  Author: Sonia Andriu <sonia.andriu at eaudeweb.ro>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/bits/definition.tpl
    M wwwbase/css/responsive.css

  Log Message:
  -----------
  Refs #477: style the comments on definition page


  Commit: c78cf28d64d88bc9ed276e601ca1ecb8536bbc31
      https://github.com/dexonline/dexonline/commit/c78cf28d64d88bc9ed276e601ca1ecb8536bbc31
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M dex.conf.sample
    M templates/bits/banner.tpl

  Log Message:
  -----------
  Move some config variables to a more appropriate section. Addresses #471.


  Commit: 2e40a28b92e543b6b3ecfdd8ddeae4102e66ebb0
      https://github.com/dexonline/dexonline/commit/2e40a28b92e543b6b3ecfdd8ddeae4102e66ebb0
  Author: Sonia Andriu <sonia.andriu at eaudeweb.ro>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/search.tpl

  Log Message:
  -----------
  Refs #477: style the panel and the list for _Articole pe această temă_


  Commit: f1dcff3bc03a79603dc033915c71bb1c9054203c
      https://github.com/dexonline/dexonline/commit/f1dcff3bc03a79603dc033915c71bb1c9054203c
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M dex.conf.sample
    M templates/bits/banner.tpl
    M templates/bits/openx.tpl
    M wwwbase/js/dex.js

  Log Message:
  -----------
  Implement responsive Revive banners. Addresses #471.


  Commit: f797944e4773fca8c459e88f73141ece802fdbf0
      https://github.com/dexonline/dexonline/commit/f797944e4773fca8c459e88f73141ece802fdbf0
  Author: Sonia Andriu <sonia.andriu at eaudeweb.ro>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/search.tpl
    M wwwbase/css/responsive.css

  Log Message:
  -----------
  Refs #477: style headers of sections for normal, specialised and unofficial definitions as callouts


  Commit: e1fe198a950c684535595c24d3434efe0b4def8b
      https://github.com/dexonline/dexonline/commit/e1fe198a950c684535595c24d3434efe0b4def8b
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M dex.conf.sample
    R templates/ads.tpl
    M templates/bits/banner.tpl
    R templates/bits/openx.tpl
    A templates/bits/revive.tpl
    M wwwbase/custom-ad.php
    M wwwbase/js/dex.js

  Log Message:
  -----------
  Replace 'openx' with 'revive'. Addresses #471.


  Commit: 622386404b87a666bfaac825ca0477bc1ff176d3
      https://github.com/dexonline/dexonline/commit/622386404b87a666bfaac825ca0477bc1ff176d3
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/bits/revive.tpl
    M wwwbase/js/dex.js

  Log Message:
  -----------
  Fix sync issue. Closes #471.


  Commit: 1896b3176068b6c043d96e7c998f916a9cdb01ec
      https://github.com/dexonline/dexonline/commit/1896b3176068b6c043d96e7c998f916a9cdb01ec
  Author: Sonia Andriu <sonia at andriu.ro>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/index.tpl

  Log Message:
  -----------
  Refs #470: move website statement below widgets and center it


  Commit: 20393c1e04c13ab6997aa4b05f0b346bf3dc9eb5
      https://github.com/dexonline/dexonline/commit/20393c1e04c13ab6997aa4b05f0b346bf3dc9eb5
  Author: Sonia Andriu <sonia at andriu.ro>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/base.tpl
    M templates/bits/navmenu.tpl
    M wwwbase/css/responsive.css

  Log Message:
  -----------
  Refs #470: make global menu full width and with white background


  Commit: e8de2a86088163ec424449a0d42ca470384ac0fa
      https://github.com/dexonline/dexonline/commit/e8de2a86088163ec424449a0d42ca470384ac0fa
  Author: Sonia Andriu <sonia at andriu.ro>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/bits/navmenu.tpl
    M wwwbase/css/responsive.css

  Log Message:
  -----------
  Refs #470: transform Donează link into a button, making it a call-to-action


  Commit: 55f9fd17b2d2fa72874c5e112dc2727c1f8b2bc6
      https://github.com/dexonline/dexonline/commit/55f9fd17b2d2fa72874c5e112dc2727c1f8b2bc6
  Author: Sonia Andriu <sonia at andriu.ro>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M wwwbase/css/responsive.css

  Log Message:
  -----------
  Refs #470: remove border-radius and border for global menu


  Commit: 67ad3a43469833ff733d3c7226b2333b90db9523
      https://github.com/dexonline/dexonline/commit/67ad3a43469833ff733d3c7226b2333b90db9523
  Author: Sonia Andriu <sonia at andriu.ro>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M wwwbase/css/responsive.css

  Log Message:
  -----------
  Refs #470: fix bug on 768px, global menu was placed on a second row


  Commit: 6e738e830d21f39590540fc33603e4c6cd95737f
      https://github.com/dexonline/dexonline/commit/6e738e830d21f39590540fc33603e4c6cd95737f
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M wwwbase/admin/lexemEdit.php

  Log Message:
  -----------
  Better check for restriction codes. Addresses #66.


  Commit: 57d1cb11de8a64f05ec2777ca496405a4203eb52
      https://github.com/dexonline/dexonline/commit/57d1cb11de8a64f05ec2777ca496405a4203eb52
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    A patches/00174.sql
    A patches/00175.php
    M phplib/models/Tree.php

  Log Message:
  -----------
  Merge variants into the same entry. Addresses #66.


  Commit: 44209018eae3184f660b18b7eaa0884d6f7092a2
      https://github.com/dexonline/dexonline/commit/44209018eae3184f660b18b7eaa0884d6f7092a2
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    A patches/00176.sql
    M phplib/models/Lexem.php
    M templates/admin/lexemEdit.tpl
    M wwwbase/admin/lexemEdit.php
    M wwwbase/js/autoload/lexemEdit.js

  Log Message:
  -----------
  Remove variant-related code. Expose Lexem.main. Addresses #66.


  Commit: 2af61086aff5fad6d7f35c4808f5d5f76105e001
      https://github.com/dexonline/dexonline/commit/2af61086aff5fad6d7f35c4808f5d5f76105e001
  Author: Sonia Andriu <sonia at andriu.ro>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/index.tpl
    M templates/widgets/articleOfTheMonth.tpl
    M templates/widgets/games.tpl
    R templates/widgets/layout.tpl
    M templates/widgets/randomWord.tpl
    M templates/widgets/social.tpl
    M templates/widgets/wotd.tpl
    M templates/widgets/wotm.tpl
    M wwwbase/css/responsive.css

  Log Message:
  -----------
  Refs #470: restructure home page widgets with full box anchor


  Commit: e447aac58342f83193bf3e31aa4d6675233f3ced
      https://github.com/dexonline/dexonline/commit/e447aac58342f83193bf3e31aa4d6675233f3ced
  Author: Sonia Andriu <sonia at andriu.ro>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/widgets/games.tpl
    M wwwbase/css/responsive.css

  Log Message:
  -----------
  Refs #470: fix widget layout on screens bigger than 768 & smaller than 992px


  Commit: f7e4708f8ebfd1e6892addd6678e3b286416803f
      https://github.com/dexonline/dexonline/commit/f7e4708f8ebfd1e6892addd6678e3b286416803f
  Author: Sonia Andriu <sonia at andriu.ro>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/widgets/social.tpl

  Log Message:
  -----------
  Refs #470: remove Google+ link from social widget, account not updated


  Commit: 7839d167be21ca5e42405df8d761e656723bdc91
      https://github.com/dexonline/dexonline/commit/7839d167be21ca5e42405df8d761e656723bdc91
  Author: Sonia Andriu <sonia at andriu.ro>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    R templates/bits/randomWord.tpl
    R templates/bits/wotdurl.tpl
    R templates/bits/wotmurl.tpl

  Log Message:
  -----------
  Refs #470: remove unused templates for widgets


  Commit: 8460dc809a2a3cf867467c6bd7d0d180eaa9eb04
      https://github.com/dexonline/dexonline/commit/8460dc809a2a3cf867467c6bd7d0d180eaa9eb04
  Author: Sonia Andriu <sonia at andriu.ro>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/index.tpl
    M wwwbase/css/responsive.css

  Log Message:
  -----------
  Refs #470: restyle the link for personalizare_elemente


  Commit: a8da21aa47726f6e145aa8f8ce2340861a42d674
      https://github.com/dexonline/dexonline/commit/a8da21aa47726f6e145aa8f8ce2340861a42d674
  Author: Sonia Andriu <sonia at andriu.ro>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/widgets/articleOfTheMonth.tpl
    M templates/widgets/games.tpl
    M templates/widgets/randomWord.tpl
    M templates/widgets/social.tpl
    M templates/widgets/wotd.tpl
    M templates/widgets/wotm.tpl
    M wwwbase/css/responsive.css

  Log Message:
  -----------
  Refs #470: fix bug, random word appeared on mutiple widgets; custom border-colour for widgets


  Commit: f7df79f16e937a4b9cc9ab9e5d44a272c2fa005d
      https://github.com/dexonline/dexonline/commit/f7df79f16e937a4b9cc9ab9e5d44a272c2fa005d
  Author: Sonia Andriu <sonia at andriu.ro>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M wwwbase/config.json
    M wwwbase/css/bootstrap-theme.min.css
    M wwwbase/css/bootstrap.min.css
    M wwwbase/css/responsive.css
    M wwwbase/js/bootstrap.min.js

  Log Message:
  -----------
  Refs #477: recompile Bootstrap for custom info colour and body fonts


  Commit: 5263399b6c73cd560e87509fb6ce4f9ccf3c2805
      https://github.com/dexonline/dexonline/commit/5263399b6c73cd560e87509fb6ce4f9ccf3c2805
  Author: Sonia Andriu <sonia at andriu.ro>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M wwwbase/css/responsive.css

  Log Message:
  -----------
  Refs #476: lighter box-shadow for search box


  Commit: 2fbd23efd1d76477b6700d3ad56d50db4da2d6da
      https://github.com/dexonline/dexonline/commit/2fbd23efd1d76477b6700d3ad56d50db4da2d6da
  Author: Sonia Andriu <sonia at andriu.ro>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M wwwbase/css/responsive.css

  Log Message:
  -----------
  Refs #476: lighter website statement on home page


  Commit: 7a9184fbbbdc709cff71e90d22fed012aeeec389
      https://github.com/dexonline/dexonline/commit/7a9184fbbbdc709cff71e90d22fed012aeeec389
  Author: Sonia Andriu <sonia at andriu.ro>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M wwwbase/css/responsive.css

  Log Message:
  -----------
  Refs #476: add top space for widgets area, when banner is hidden


  Commit: 3eed5610a97030f59483a672ec424e6a710dc36d
      https://github.com/dexonline/dexonline/commit/3eed5610a97030f59483a672ec424e6a710dc36d
  Author: Sonia Andriu <sonia at andriu.ro>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/bits/navmenu.tpl
    M wwwbase/css/responsive.css

  Log Message:
  -----------
  Refs #476: fix bug - Donează link was not working; better alignment for credit card icon


  Commit: 16d54256338bc6600f4e78a096290284ba5d604e
      https://github.com/dexonline/dexonline/commit/16d54256338bc6600f4e78a096290284ba5d604e
  Author: Sonia Andriu <sonia at andriu.ro>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M wwwbase/css/responsive.css

  Log Message:
  -----------
  Refs #476: solid white background for suggestions on search box


  Commit: 739461843930fbbb8a1418706129454873c61f8c
      https://github.com/dexonline/dexonline/commit/739461843930fbbb8a1418706129454873c61f8c
  Author: Sonia Andriu <sonia at andriu.ro>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M wwwbase/css/responsive.css

  Log Message:
  -----------
  Refs #476: restyle suggestions for search box, on hover


  Commit: a57d87e1fe38ff6fbc70bd5bbea173897d83ed9c
      https://github.com/dexonline/dexonline/commit/a57d87e1fe38ff6fbc70bd5bbea173897d83ed9c
  Author: Sonia Andriu <sonia at andriu.ro>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M tools/syncWikiArticles.php

  Log Message:
  -----------
  Refs #476: add hover on table rows for all article tables


  Commit: 605831287c0e793838d22f53ab557603670dc7ff
      https://github.com/dexonline/dexonline/commit/605831287c0e793838d22f53ab557603670dc7ff
  Author: Sonia Andriu <sonia at andriu.ro>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/articole.tpl
    M templates/wikiArticle.tpl

  Log Message:
  -----------
  Refs #476: add bullets for articles lists


  Commit: fe6a1c034dfb4dfd99d8175496f70d728e51d6ce
      https://github.com/dexonline/dexonline/commit/fe6a1c034dfb4dfd99d8175496f70d728e51d6ce
  Author: Sonia Andriu <sonia at andriu.ro>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M wwwbase/css/responsive.css

  Log Message:
  -----------
  Refs #476: replace brown colour for suggestions on search box with red


  Commit: 33216533e21a66bbacc2c20550a4f6d7a59812cb
      https://github.com/dexonline/dexonline/commit/33216533e21a66bbacc2c20550a4f6d7a59812cb
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    A templates/responsive/index.tpl
    A templates/responsive/responsive-layout.tpl
    A wwwbase/bootstrap-3.3.6-dist/css/bootstrap-theme.css
    A wwwbase/bootstrap-3.3.6-dist/css/bootstrap-theme.css.map
    A wwwbase/bootstrap-3.3.6-dist/css/bootstrap-theme.min.css
    A wwwbase/bootstrap-3.3.6-dist/css/bootstrap-theme.min.css.map
    A wwwbase/bootstrap-3.3.6-dist/css/bootstrap.css
    A wwwbase/bootstrap-3.3.6-dist/css/bootstrap.css.map
    A wwwbase/bootstrap-3.3.6-dist/css/bootstrap.min.css
    A wwwbase/bootstrap-3.3.6-dist/css/bootstrap.min.css.map
    A wwwbase/bootstrap-3.3.6-dist/fonts/glyphicons-halflings-regular.eot
    A wwwbase/bootstrap-3.3.6-dist/fonts/glyphicons-halflings-regular.svg
    A wwwbase/bootstrap-3.3.6-dist/fonts/glyphicons-halflings-regular.ttf
    A wwwbase/bootstrap-3.3.6-dist/fonts/glyphicons-halflings-regular.woff
    A wwwbase/bootstrap-3.3.6-dist/fonts/glyphicons-halflings-regular.woff2
    A wwwbase/bootstrap-3.3.6-dist/js/bootstrap.js
    A wwwbase/bootstrap-3.3.6-dist/js/bootstrap.min.js
    A wwwbase/bootstrap-3.3.6-dist/js/npm.js
    A wwwbase/js/bootstrap
    A wwwbase/styles/bootstrap

  Log Message:
  -----------
  [refs #412] (WIP) adding `responsive` skin and bootstrap


  Commit: 476509d9afac452cce394a78d81874f49b3ae128
      https://github.com/dexonline/dexonline/commit/476509d9afac452cce394a78d81874f49b3ae128
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/responsive/index.tpl
    M templates/responsive/responsive-layout.tpl
    A wwwbase/styles/responsive.css

  Log Message:
  -----------
  [refs #412] (WIP) responsive-layout + homepage

* adding `responsive.css` for customizations
* adding elements from `zepu/index.tpl` into `responsive/index.tpl` and
  structuring them into rows/columns


  Commit: 430e52ef6b23e5707d02ea4bccd45dc5a283e813
      https://github.com/dexonline/dexonline/commit/430e52ef6b23e5707d02ea4bccd45dc5a283e813
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    A templates/responsive/bits/banner.tpl
    A templates/responsive/bits/searchForm.tpl
    A templates/responsive/bits/sourceDropDown.tpl
    M templates/responsive/index.tpl
    M wwwbase/styles/responsive.css

  Log Message:
  -----------
  [refs #412] (WIP) searchForm and banner customisations


  Commit: 9bcaf5a930fd5abd385e1e7fdb11822f68d4811a
      https://github.com/dexonline/dexonline/commit/9bcaf5a930fd5abd385e1e7fdb11822f68d4811a
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/responsive/bits/banner.tpl
    M templates/responsive/bits/searchForm.tpl
    M templates/responsive/index.tpl
    A templates/responsive/page.tpl
    M templates/responsive/responsive-layout.tpl
    A templates/responsive/search.tpl
    M wwwbase/search.php

  Log Message:
  -----------
  [refs #412] (WIP) responsive subpages

* adding new page.tpl for subpages (removes the need
  for `onHomepage` checks)
* adding two slots for before-content and after-content
* rendering `search.tpl` with skin so `responsive` gets loaded
* customizing `search.tpl` to use the responsive layout
* commenting `common.css` import in `paradigm.css` as it interferes with
  bootstrap
* including the "row" into the banner and searchForm templates


  Commit: a59decc8d2a364210bfaaf37ff3ef1a4b4e67785
      https://github.com/dexonline/dexonline/commit/a59decc8d2a364210bfaaf37ff3ef1a4b4e67785
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/responsive/bits/banner.tpl
    M templates/responsive/index.tpl
    M templates/responsive/page.tpl
    M templates/responsive/responsive-layout.tpl
    M wwwbase/styles/responsive.css

  Log Message:
  -----------
  [refs #412] (WIP) multiple buttons for xs navbar

* implementing user menu button for collapsed menu (xs)
* use width as max-width for banner
* using separate markup for >xs and xs user menu


  Commit: 0d4d233591277384ff7563ce50da87c83aad43c2
      https://github.com/dexonline/dexonline/commit/0d4d233591277384ff7563ce50da87c83aad43c2
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/index.tpl
    A templates/index.tpl~a59decc8d2a364210bfaaf37ff3ef1a4b4e67785
    A templates/page.tpl
    R templates/responsive/bits/banner.tpl
    R templates/responsive/bits/searchForm.tpl
    R templates/responsive/bits/sourceDropDown.tpl
    R templates/responsive/index.tpl
    R templates/responsive/page.tpl
    R templates/responsive/responsive-layout.tpl
    R templates/responsive/search.tpl
    M templates/search.tpl
    R wwwbase/bootstrap-3.3.6-dist/css/bootstrap-theme.css
    R wwwbase/bootstrap-3.3.6-dist/css/bootstrap-theme.css.map
    R wwwbase/bootstrap-3.3.6-dist/css/bootstrap-theme.min.css
    R wwwbase/bootstrap-3.3.6-dist/css/bootstrap-theme.min.css.map
    R wwwbase/bootstrap-3.3.6-dist/css/bootstrap.css
    R wwwbase/bootstrap-3.3.6-dist/css/bootstrap.css.map
    R wwwbase/bootstrap-3.3.6-dist/css/bootstrap.min.css
    R wwwbase/bootstrap-3.3.6-dist/css/bootstrap.min.css.map
    R wwwbase/bootstrap-3.3.6-dist/fonts/glyphicons-halflings-regular.eot
    R wwwbase/bootstrap-3.3.6-dist/fonts/glyphicons-halflings-regular.svg
    R wwwbase/bootstrap-3.3.6-dist/fonts/glyphicons-halflings-regular.ttf
    R wwwbase/bootstrap-3.3.6-dist/fonts/glyphicons-halflings-regular.woff
    R wwwbase/bootstrap-3.3.6-dist/fonts/glyphicons-halflings-regular.woff2
    R wwwbase/bootstrap-3.3.6-dist/js/bootstrap.js
    R wwwbase/bootstrap-3.3.6-dist/js/bootstrap.min.js
    R wwwbase/bootstrap-3.3.6-dist/js/npm.js
    M wwwbase/css/responsive.css
    A wwwbase/css/responsive.css~a59decc8d2a364210bfaaf37ff3ef1a4b4e67785
    R wwwbase/js/bootstrap
    M wwwbase/search.php
    R wwwbase/styles/bootstrap
    R wwwbase/styles/responsive.css

  Log Message:
  -----------
  [refs #412] (WIP) dropping support for alternate skins

* removing included bootstrap as upstream did a better job with it
* removing `responsive` folder, overwriting templates as necessary
* replacing `displayPageWithSkin` call with `display` in `index.php`


  Commit: 43fbdf4b1cbb7993dc1974a2d37b5ce222fa2747
      https://github.com/dexonline/dexonline/commit/43fbdf4b1cbb7993dc1974a2d37b5ce222fa2747
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M wwwbase/css/responsive.css

  Log Message:
  -----------
  [refs #412] Moving navigation menu into separate bit

Also dropping the user menu from collapsed nav header


  Commit: a890eb1de7fb5965305ae7b25de11996260d4c17
      https://github.com/dexonline/dexonline/commit/a890eb1de7fb5965305ae7b25de11996260d4c17
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/index.tpl
    A templates/widgets/layout.tpl
    M wwwbase/css/responsive.css

  Log Message:
  -----------
  [refs #412] Rearranging homepage

* using panels for widget display
* adding `layout.tpl` for widgets


  Commit: b4a4b56c57ef6b44e950a579413b3b38f2271b32
      https://github.com/dexonline/dexonline/commit/b4a4b56c57ef6b44e950a579413b3b38f2271b32
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/index.tpl
    R templates/page.tpl
    M templates/search.tpl

  Log Message:
  -----------
  [refs #412] Renaming templates

All templates already include layout.tpl. This makes it easier to use
the new responsive theme in all pages.

* layout.tpl -> base.tpl
* page.tpl -> layout.tpl


  Commit: eecd1866a4037944d94c5b534920a1ee4c17b9e5
      https://github.com/dexonline/dexonline/commit/eecd1866a4037944d94c5b534920a1ee4c17b9e5
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M wwwbase/css/responsive.css

  Log Message:
  -----------
  [refs #412] Brand image with link to homepage for pages


  Commit: 413e83c591ea8e0fcebc2b765b6e7a89dcd61b58
      https://github.com/dexonline/dexonline/commit/413e83c591ea8e0fcebc2b765b6e7a89dcd61b58
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M wwwbase/css/responsive.css

  Log Message:
  -----------
  [refs #412] Updating surse, search and typoForm


  Commit: 04d679b72d60851fa9e1a29e49817a332b6a6e69
      https://github.com/dexonline/dexonline/commit/04d679b72d60851fa9e1a29e49817a332b6a6e69
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M wwwbase/config.json
    M wwwbase/css/bootstrap-theme.min.css
    M wwwbase/css/bootstrap.min.css
    M wwwbase/js/bootstrap.min.js

  Log Message:
  -----------
  [refs #469] Integrating color #761818

* Using customized bootstrap build with the color set for:

  * @brand-primary
  * @input-border-focus
  * @dropdown-link-hover-color
  * @navbar-default-link-hover-color

* dropping `bootstrap-theme.min.css` inclusion from `SmartyWrap`


  Commit: 82a537491c1c5dbeaeb5437df303cedeea729f2b
      https://github.com/dexonline/dexonline/commit/82a537491c1c5dbeaeb5437df303cedeea729f2b
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M wwwbase/css/responsive.css

  Log Message:
  -----------
  [refs #468] Converting typo popup to modal


  Commit: 41aba254e8850501f92538292660da992c406201
      https://github.com/dexonline/dexonline/commit/41aba254e8850501f92538292660da992c406201
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M wwwbase/css/responsive.css

  Log Message:
  -----------
  [refs #468] Converting source popup to bootstrap popover


  Commit: a74fad473e48cb74f8df83cf585c090846fc1a24
      https://github.com/dexonline/dexonline/commit/a74fad473e48cb74f8df83cf585c090846fc1a24
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M wwwbase/css/responsive.css

  Log Message:
  -----------
  [refs #468] wotd table styling


  Commit: a648d1ffabe63e04c28bfe55b942ceffa8b2eff5
      https://github.com/dexonline/dexonline/commit/a648d1ffabe63e04c28bfe55b942ceffa8b2eff5
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M wwwbase/css/responsive.css

  Log Message:
  -----------
  [refs #468] Converting scrabble.tpl to new design


  Commit: c95518162fbcb28858c77fb1db340a927ac89beb
      https://github.com/dexonline/dexonline/commit/c95518162fbcb28858c77fb1db340a927ac89beb
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M wwwbase/css/responsive.css

  Log Message:
  -----------
  [refs #468] Converting user login and prefs pages


  Commit: fc1809d568076293792ff3abb10feddd1d47d34a
      https://github.com/dexonline/dexonline/commit/fc1809d568076293792ff3abb10feddd1d47d34a
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/layout.tpl

  Log Message:
  -----------
  [refs #468] adding back flashMessage to base.tpl

* refactoring flashMessage to use bootstrap alerts
* removing flash.css
* updating etichete.tpl


  Commit: 31ff3e234b439cebdc218bf15d5fa27bfc1e9c4f
      https://github.com/dexonline/dexonline/commit/31ff3e234b439cebdc218bf15d5fa27bfc1e9c4f
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/layout.tpl

  Log Message:
  -----------
  [refs #468] flashMessages fixes

* removing flashMessages bit from layout.tpl as it caused message
  duplication on subpages

* adding row to flashMessages.tpl to avoid layout breaking
* adding dismiss button to contribuie.tpl login warning


  Commit: 89c54e35ddfc751c51567942a48a26881ff679f0
      https://github.com/dexonline/dexonline/commit/89c54e35ddfc751c51567942a48a26881ff679f0
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M wwwbase/css/responsive.css

  Log Message:
  -----------
  [refs #468] Redesign integration: alocare-autori


  Commit: 64b9f3a652f38018b1d3479d37de2d07a8a7a966
      https://github.com/dexonline/dexonline/commit/64b9f3a652f38018b1d3479d37de2d07a8a7a966
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M wwwbase/css/responsive.css

  Log Message:
  -----------
  [refs #468] Redesign integration: licenta.tpl


  Commit: f29c033d3f43e2e8df2a9237f7009f8d36c1007d
      https://github.com/dexonline/dexonline/commit/f29c033d3f43e2e8df2a9237f7009f8d36c1007d
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M wwwbase/css/responsive.css

  Log Message:
  -----------
  [refs #468] Redesign integration: doneaza.tpl


  Commit: a01db4f4b3673630ae06244f82694a3819432b69
      https://github.com/dexonline/dexonline/commit/a01db4f4b3673630ae06244f82694a3819432b69
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/index.tpl
    M wwwbase/css/responsive.css

  Log Message:
  -----------
  [refs #468] Footer and frontpage updates

* moving mission statement above widgets
* moving facebook buttons to footer
* centering footer text
* adding 1rem footer top padding so it's not right next to the content


  Commit: fc38bf92888cdac49c9208b4456bc9f7f7d231f5
      https://github.com/dexonline/dexonline/commit/fc38bf92888cdac49c9208b4456bc9f7f7d231f5
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    A templates/responsive/index.tpl
    A templates/responsive/responsive-layout.tpl
    A wwwbase/bootstrap-3.3.6-dist/css/bootstrap-theme.css
    A wwwbase/bootstrap-3.3.6-dist/css/bootstrap-theme.css.map
    A wwwbase/bootstrap-3.3.6-dist/css/bootstrap-theme.min.css
    A wwwbase/bootstrap-3.3.6-dist/css/bootstrap-theme.min.css.map
    A wwwbase/bootstrap-3.3.6-dist/css/bootstrap.css
    A wwwbase/bootstrap-3.3.6-dist/css/bootstrap.css.map
    A wwwbase/bootstrap-3.3.6-dist/css/bootstrap.min.css
    A wwwbase/bootstrap-3.3.6-dist/css/bootstrap.min.css.map
    A wwwbase/bootstrap-3.3.6-dist/fonts/glyphicons-halflings-regular.eot
    A wwwbase/bootstrap-3.3.6-dist/fonts/glyphicons-halflings-regular.svg
    A wwwbase/bootstrap-3.3.6-dist/fonts/glyphicons-halflings-regular.ttf
    A wwwbase/bootstrap-3.3.6-dist/fonts/glyphicons-halflings-regular.woff
    A wwwbase/bootstrap-3.3.6-dist/fonts/glyphicons-halflings-regular.woff2
    A wwwbase/bootstrap-3.3.6-dist/js/bootstrap.js
    A wwwbase/bootstrap-3.3.6-dist/js/bootstrap.min.js
    A wwwbase/bootstrap-3.3.6-dist/js/npm.js
    A wwwbase/js/bootstrap
    A wwwbase/styles/bootstrap

  Log Message:
  -----------
  [refs #412] (WIP) adding `responsive` skin and bootstrap


  Commit: 3528c1d03918629dc4b14e0aa8594ada1de22a8c
      https://github.com/dexonline/dexonline/commit/3528c1d03918629dc4b14e0aa8594ada1de22a8c
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/responsive/index.tpl
    M templates/responsive/responsive-layout.tpl
    A wwwbase/styles/responsive.css

  Log Message:
  -----------
  [refs #412] (WIP) responsive-layout + homepage

* adding `responsive.css` for customizations
* adding elements from `zepu/index.tpl` into `responsive/index.tpl` and
  structuring them into rows/columns


  Commit: 6975a51e552f05e20f63d2a952afb7820b4ee9aa
      https://github.com/dexonline/dexonline/commit/6975a51e552f05e20f63d2a952afb7820b4ee9aa
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    A templates/responsive/bits/banner.tpl
    A templates/responsive/bits/searchForm.tpl
    A templates/responsive/bits/sourceDropDown.tpl
    M templates/responsive/index.tpl
    M wwwbase/styles/responsive.css

  Log Message:
  -----------
  [refs #412] (WIP) searchForm and banner customisations


  Commit: 01cbed6a2e54f16bdbc66e85c7cbe4517b1f083b
      https://github.com/dexonline/dexonline/commit/01cbed6a2e54f16bdbc66e85c7cbe4517b1f083b
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/responsive/bits/banner.tpl
    M templates/responsive/bits/searchForm.tpl
    M templates/responsive/index.tpl
    A templates/responsive/page.tpl
    M templates/responsive/responsive-layout.tpl
    A templates/responsive/search.tpl
    M wwwbase/search.php

  Log Message:
  -----------
  [refs #412] (WIP) responsive subpages

* adding new page.tpl for subpages (removes the need
  for `onHomepage` checks)
* adding two slots for before-content and after-content
* rendering `search.tpl` with skin so `responsive` gets loaded
* customizing `search.tpl` to use the responsive layout
* commenting `common.css` import in `paradigm.css` as it interferes with
  bootstrap
* including the "row" into the banner and searchForm templates


  Commit: 4726b1a0c4207434f50a1fbc882f7c21bf8bfda4
      https://github.com/dexonline/dexonline/commit/4726b1a0c4207434f50a1fbc882f7c21bf8bfda4
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/responsive/bits/banner.tpl
    M templates/responsive/index.tpl
    M templates/responsive/page.tpl
    M templates/responsive/responsive-layout.tpl
    M wwwbase/styles/responsive.css

  Log Message:
  -----------
  [refs #412] (WIP) multiple buttons for xs navbar

* implementing user menu button for collapsed menu (xs)
* use width as max-width for banner
* using separate markup for >xs and xs user menu


  Commit: 5687bf6e5d71196b2e3ae15e61e731847ae76b28
      https://github.com/dexonline/dexonline/commit/5687bf6e5d71196b2e3ae15e61e731847ae76b28
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/index.tpl
    A templates/page.tpl
    R templates/responsive/bits/banner.tpl
    R templates/responsive/bits/searchForm.tpl
    R templates/responsive/bits/sourceDropDown.tpl
    R templates/responsive/index.tpl
    R templates/responsive/page.tpl
    R templates/responsive/responsive-layout.tpl
    R templates/responsive/search.tpl
    M templates/search.tpl
    R wwwbase/bootstrap-3.3.6-dist/css/bootstrap-theme.css
    R wwwbase/bootstrap-3.3.6-dist/css/bootstrap-theme.css.map
    R wwwbase/bootstrap-3.3.6-dist/css/bootstrap-theme.min.css
    R wwwbase/bootstrap-3.3.6-dist/css/bootstrap-theme.min.css.map
    R wwwbase/bootstrap-3.3.6-dist/css/bootstrap.css
    R wwwbase/bootstrap-3.3.6-dist/css/bootstrap.css.map
    R wwwbase/bootstrap-3.3.6-dist/css/bootstrap.min.css
    R wwwbase/bootstrap-3.3.6-dist/css/bootstrap.min.css.map
    R wwwbase/bootstrap-3.3.6-dist/fonts/glyphicons-halflings-regular.eot
    R wwwbase/bootstrap-3.3.6-dist/fonts/glyphicons-halflings-regular.svg
    R wwwbase/bootstrap-3.3.6-dist/fonts/glyphicons-halflings-regular.ttf
    R wwwbase/bootstrap-3.3.6-dist/fonts/glyphicons-halflings-regular.woff
    R wwwbase/bootstrap-3.3.6-dist/fonts/glyphicons-halflings-regular.woff2
    R wwwbase/bootstrap-3.3.6-dist/js/bootstrap.js
    R wwwbase/bootstrap-3.3.6-dist/js/bootstrap.min.js
    R wwwbase/bootstrap-3.3.6-dist/js/npm.js
    M wwwbase/css/responsive.css
    R wwwbase/js/bootstrap
    M wwwbase/search.php
    R wwwbase/styles/bootstrap
    R wwwbase/styles/responsive.css

  Log Message:
  -----------
  [refs #412] (WIP) dropping support for alternate skins

* removing included bootstrap as upstream did a better job with it
* removing `responsive` folder, overwriting templates as necessary
* replacing `displayPageWithSkin` call with `display` in `index.php`


  Commit: 23c75e4d77b383f3baba314aa92f420a181e58ff
      https://github.com/dexonline/dexonline/commit/23c75e4d77b383f3baba314aa92f420a181e58ff
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M wwwbase/css/responsive.css

  Log Message:
  -----------
  [refs #412] Moving navigation menu into separate bit

Also dropping the user menu from collapsed nav header


  Commit: 973d137bee6cc6f04d0b4957ddab9b51c9360f47
      https://github.com/dexonline/dexonline/commit/973d137bee6cc6f04d0b4957ddab9b51c9360f47
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/bits/searchForm.tpl
    M templates/index.tpl
    M wwwbase/css/responsive.css

  Log Message:
  -----------
  [refs #412] Rearranging homepage

* using panels for widget display
* adding `layout.tpl` for widgets


  Commit: 4bf554231dd9b2648cc06c9eab2b0137d068d4b8
      https://github.com/dexonline/dexonline/commit/4bf554231dd9b2648cc06c9eab2b0137d068d4b8
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/index.tpl
    R templates/page.tpl
    M templates/search.tpl

  Log Message:
  -----------
  [refs #412] Renaming templates

All templates already include layout.tpl. This makes it easier to use
the new responsive theme in all pages.

* layout.tpl -> base.tpl
* page.tpl -> layout.tpl


  Commit: 9d7672ac2665de6f271f76263892ad9021f98811
      https://github.com/dexonline/dexonline/commit/9d7672ac2665de6f271f76263892ad9021f98811
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M wwwbase/css/responsive.css

  Log Message:
  -----------
  [refs #412] Brand image with link to homepage for pages


  Commit: 213e09e19be9bda8080c01280691600b74fa85b4
      https://github.com/dexonline/dexonline/commit/213e09e19be9bda8080c01280691600b74fa85b4
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M wwwbase/css/responsive.css

  Log Message:
  -----------
  [refs #412] Updating surse, search and typoForm


  Commit: 02ec17e8d6661f3067f6e4867bbdea025f743627
      https://github.com/dexonline/dexonline/commit/02ec17e8d6661f3067f6e4867bbdea025f743627
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M wwwbase/css/responsive.css

  Log Message:
  -----------
  [refs #468] Converting typo popup to modal


  Commit: 965f7b04517af9c209008ddd1821e9b2cd0b25b1
      https://github.com/dexonline/dexonline/commit/965f7b04517af9c209008ddd1821e9b2cd0b25b1
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M wwwbase/css/responsive.css

  Log Message:
  -----------
  [refs #468] Converting source popup to bootstrap popover


  Commit: c747c9937dc005ad9e40933729888af23cba66dd
      https://github.com/dexonline/dexonline/commit/c747c9937dc005ad9e40933729888af23cba66dd
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M wwwbase/css/responsive.css

  Log Message:
  -----------
  [refs #468] wotd table styling


  Commit: 3785f0598afb4fd70686960f744fd40de72db5bf
      https://github.com/dexonline/dexonline/commit/3785f0598afb4fd70686960f744fd40de72db5bf
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M wwwbase/css/responsive.css

  Log Message:
  -----------
  [refs #468] Converting scrabble.tpl to new design


  Commit: 69cc324d2aed6d566e3fd59bfdcd47d4a00349eb
      https://github.com/dexonline/dexonline/commit/69cc324d2aed6d566e3fd59bfdcd47d4a00349eb
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M wwwbase/css/responsive.css

  Log Message:
  -----------
  [refs #468] Converting user login and prefs pages


  Commit: e9c01cbd94417671db33e3163c2b2526c4ae03dd
      https://github.com/dexonline/dexonline/commit/e9c01cbd94417671db33e3163c2b2526c4ae03dd
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/layout.tpl

  Log Message:
  -----------
  [refs #468] adding back flashMessage to base.tpl

* refactoring flashMessage to use bootstrap alerts
* removing flash.css
* updating etichete.tpl


  Commit: 0afc57b42b7d8943a9df69b9b744fb2983084668
      https://github.com/dexonline/dexonline/commit/0afc57b42b7d8943a9df69b9b744fb2983084668
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/layout.tpl

  Log Message:
  -----------
  [refs #468] flashMessages fixes

* removing flashMessages bit from layout.tpl as it caused message
  duplication on subpages

* adding row to flashMessages.tpl to avoid layout breaking
* adding dismiss button to contribuie.tpl login warning


  Commit: 73e0424c288b03de6248eb9770560209d819d23b
      https://github.com/dexonline/dexonline/commit/73e0424c288b03de6248eb9770560209d819d23b
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M wwwbase/css/responsive.css

  Log Message:
  -----------
  [refs #468] Redesign integration: alocare-autori


  Commit: 6c0513127e065790e222dc05c70a80378f603767
      https://github.com/dexonline/dexonline/commit/6c0513127e065790e222dc05c70a80378f603767
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M wwwbase/css/responsive.css

  Log Message:
  -----------
  [refs #468] Redesign integration: licenta.tpl


  Commit: 761f49b6f250daa105c410fb57ef73ae5f317b9c
      https://github.com/dexonline/dexonline/commit/761f49b6f250daa105c410fb57ef73ae5f317b9c
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M wwwbase/css/responsive.css

  Log Message:
  -----------
  [refs #468] Redesign integration: doneaza.tpl


  Commit: 8991b270a792a35aff13e114567d04ad8e04e156
      https://github.com/dexonline/dexonline/commit/8991b270a792a35aff13e114567d04ad8e04e156
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/index.tpl
    M wwwbase/css/responsive.css

  Log Message:
  -----------
  [refs #468] Footer and frontpage updates

* moving mission statement above widgets
* moving facebook buttons to footer
* centering footer text
* adding 1rem footer top padding so it's not right next to the content


  Commit: 1f0fc1b166b942eb736566c56caa49f0d4a4506b
      https://github.com/dexonline/dexonline/commit/1f0fc1b166b942eb736566c56caa49f0d4a4506b
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M wwwbase/css/responsive.css

  Log Message:
  -----------
  Apply new navbar logo. Addresses #467.


  Commit: 4cb7cef00bbb80a37c4f859cea67279f8b28336e
      https://github.com/dexonline/dexonline/commit/4cb7cef00bbb80a37c4f859cea67279f8b28336e
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M wwwbase/css/responsive.css

  Log Message:
  -----------
  Use single image logo instead of sprite3.png. Addresses #467.


  Commit: 9a7c18a391071f68dff7f544f5dff80828fa47a2
      https://github.com/dexonline/dexonline/commit/9a7c18a391071f68dff7f544f5dff80828fa47a2
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M wwwbase/css/responsive.css

  Log Message:
  -----------
  Convert more code to bootstrap and remove legacy code. Addresses #468.


  Commit: ad6293a968fec449a70a58c0edfd662327b5164d
      https://github.com/dexonline/dexonline/commit/ad6293a968fec449a70a58c0edfd662327b5164d
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M wwwbase/css/responsive.css

  Log Message:
  -----------
  Convert the login page to Bootstrap.


  Commit: f3967ec7f472f903f47a9eb385c437e69ff0eda7
      https://github.com/dexonline/dexonline/commit/f3967ec7f472f903f47a9eb385c437e69ff0eda7
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M wwwbase/css/responsive.css

  Log Message:
  -----------
  Move page-specific CSS into autoloaded files. Addresses #468.


  Commit: c5f74c8e766fdef49ea7124db10862b0b681083e
      https://github.com/dexonline/dexonline/commit/c5f74c8e766fdef49ea7124db10862b0b681083e
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M wwwbase/css/responsive.css

  Log Message:
  -----------
  Switch to the Open Sans font. Add styles for some elements.


  Commit: 86b881f2de3f0b87903fac97d2aed0b8341e8298
      https://github.com/dexonline/dexonline/commit/86b881f2de3f0b87903fac97d2aed0b8341e8298
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    A wwwbase/js/jquery.tablesorter.widgets.js

  Log Message:
  -----------
  Convert tablesorter pages to Bootstrap. Addresses #468.


  Commit: c5b2042d27f91cae0213672404f94424e30c7d70
      https://github.com/dexonline/dexonline/commit/c5b2042d27f91cae0213672404f94424e30c7d70
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    R wwwbase/js/jquery.tablesorter.widgets.js

  Log Message:
  -----------
  Group tablesorter JS files in a subdirectory. Addresses #468.


  Commit: ffeb9325c6f3e6c16f788a534d8bb8de738c51fb
      https://github.com/dexonline/dexonline/commit/ffeb9325c6f3e6c16f788a534d8bb8de738c51fb
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M wwwbase/css/responsive.css

  Log Message:
  -----------
  Keep the donate link visible on mobiles. Fixes #466.


  Commit: 59343f331cc8cd23e16532f8b152d796782e7209
      https://github.com/dexonline/dexonline/commit/59343f331cc8cd23e16532f8b152d796782e7209
  Author: Sonia Andriu <sonia.andriu at eaudeweb.ro>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M wwwbase/css/responsive.css

  Log Message:
  -----------
  Refs #477: style the comments on definition page


  Commit: 56e17ce5276676a02c18f760b8c86ab702e691be
      https://github.com/dexonline/dexonline/commit/56e17ce5276676a02c18f760b8c86ab702e691be
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M wwwbase/js/dex.js

  Log Message:
  -----------
  Implement responsive Revive banners. Addresses #471.


  Commit: 4119df6ba18c5dbe7c33e6d4289bfa2a39938c16
      https://github.com/dexonline/dexonline/commit/4119df6ba18c5dbe7c33e6d4289bfa2a39938c16
  Author: Sonia Andriu <sonia.andriu at eaudeweb.ro>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M wwwbase/css/responsive.css

  Log Message:
  -----------
  Refs #477: style headers of sections for normal, specialised and unofficial definitions as callouts


  Commit: e4d7474a104615ee8637e1f8728268ccb9d40b24
      https://github.com/dexonline/dexonline/commit/e4d7474a104615ee8637e1f8728268ccb9d40b24
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M wwwbase/js/dex.js

  Log Message:
  -----------
  Replace 'openx' with 'revive'. Addresses #471.


  Commit: 7b642e04b581c471be8e4f2e196f32b894e3e5e9
      https://github.com/dexonline/dexonline/commit/7b642e04b581c471be8e4f2e196f32b894e3e5e9
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M wwwbase/js/dex.js

  Log Message:
  -----------
  Fix sync issue. Closes #471.


  Commit: 60a40f3b4ad1b269c5056bd3fa8c0e08fb1eafa8
      https://github.com/dexonline/dexonline/commit/60a40f3b4ad1b269c5056bd3fa8c0e08fb1eafa8
  Author: Sonia Andriu <sonia at andriu.ro>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/index.tpl

  Log Message:
  -----------
  Refs #470: move website statement below widgets and center it


  Commit: 9aeeaa865b0a26408b620db6bb410ec5db3fbd3b
      https://github.com/dexonline/dexonline/commit/9aeeaa865b0a26408b620db6bb410ec5db3fbd3b
  Author: Sonia Andriu <sonia at andriu.ro>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M wwwbase/css/responsive.css

  Log Message:
  -----------
  Refs #470: make global menu full width and with white background


  Commit: 43110500e670cbbf6a4a2ff6cadb5d8c65733ab6
      https://github.com/dexonline/dexonline/commit/43110500e670cbbf6a4a2ff6cadb5d8c65733ab6
  Author: Sonia Andriu <sonia at andriu.ro>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M wwwbase/css/responsive.css

  Log Message:
  -----------
  Refs #470: transform Donează link into a button, making it a call-to-action


  Commit: c845b2c39ce368baeebb5f84517b4825956e9f71
      https://github.com/dexonline/dexonline/commit/c845b2c39ce368baeebb5f84517b4825956e9f71
  Author: Sonia Andriu <sonia at andriu.ro>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M wwwbase/css/responsive.css

  Log Message:
  -----------
  Refs #470: remove border-radius and border for global menu


  Commit: 1bbb6f0f2f84410f23d0cb9c50801f26c850e563
      https://github.com/dexonline/dexonline/commit/1bbb6f0f2f84410f23d0cb9c50801f26c850e563
  Author: Sonia Andriu <sonia at andriu.ro>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M wwwbase/css/responsive.css

  Log Message:
  -----------
  Refs #470: fix bug on 768px, global menu was placed on a second row


  Commit: 2df37c5c3edeae09e327383aa80ee865019e39e9
      https://github.com/dexonline/dexonline/commit/2df37c5c3edeae09e327383aa80ee865019e39e9
  Author: Sonia Andriu <sonia at andriu.ro>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/index.tpl
    R templates/widgets/layout.tpl
    M wwwbase/css/responsive.css

  Log Message:
  -----------
  Refs #470: restructure home page widgets with full box anchor


  Commit: 6f00e09bc82f5c925386a4ce4e0ebc32c758cdc9
      https://github.com/dexonline/dexonline/commit/6f00e09bc82f5c925386a4ce4e0ebc32c758cdc9
  Author: Sonia Andriu <sonia at andriu.ro>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M wwwbase/css/responsive.css

  Log Message:
  -----------
  Refs #470: fix widget layout on screens bigger than 768 & smaller than 992px


  Commit: dcb3f545fd019c36d7e67a493972cf3128b63d21
      https://github.com/dexonline/dexonline/commit/dcb3f545fd019c36d7e67a493972cf3128b63d21
  Author: Sonia Andriu <sonia at andriu.ro>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/index.tpl
    M wwwbase/css/responsive.css

  Log Message:
  -----------
  Refs #470: restyle the link for personalizare_elemente


  Commit: 16c08c294ba1a9c80b7008e27b4a3c7347c20288
      https://github.com/dexonline/dexonline/commit/16c08c294ba1a9c80b7008e27b4a3c7347c20288
  Author: Sonia Andriu <sonia at andriu.ro>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M wwwbase/css/responsive.css

  Log Message:
  -----------
  Refs #470: fix bug, random word appeared on mutiple widgets; custom border-colour for widgets


  Commit: f0e1c2d0626763dc06399d09155a3037d401b21f
      https://github.com/dexonline/dexonline/commit/f0e1c2d0626763dc06399d09155a3037d401b21f
  Author: Sonia Andriu <sonia at andriu.ro>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M wwwbase/css/bootstrap-theme.min.css
    M wwwbase/css/bootstrap.min.css
    M wwwbase/css/responsive.css
    M wwwbase/js/bootstrap.min.js

  Log Message:
  -----------
  Refs #477: recompile Bootstrap for custom info colour and body fonts


  Commit: 4729e2d4bc3725fc5aca8c772c8869819f7da291
      https://github.com/dexonline/dexonline/commit/4729e2d4bc3725fc5aca8c772c8869819f7da291
  Author: Sonia Andriu <sonia at andriu.ro>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M wwwbase/css/responsive.css

  Log Message:
  -----------
  Refs #476: lighter box-shadow for search box


  Commit: 64bb38a8da7efad9050f6e68488bcc8d24df7b63
      https://github.com/dexonline/dexonline/commit/64bb38a8da7efad9050f6e68488bcc8d24df7b63
  Author: Sonia Andriu <sonia at andriu.ro>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M wwwbase/css/responsive.css

  Log Message:
  -----------
  Refs #476: lighter website statement on home page


  Commit: b20aad999cbecfa43843bd2c5848cf699b98850e
      https://github.com/dexonline/dexonline/commit/b20aad999cbecfa43843bd2c5848cf699b98850e
  Author: Sonia Andriu <sonia at andriu.ro>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M wwwbase/css/responsive.css

  Log Message:
  -----------
  Refs #476: add top space for widgets area, when banner is hidden


  Commit: 04227dfefc59daab638d6ba8af0738ddfd85f7b0
      https://github.com/dexonline/dexonline/commit/04227dfefc59daab638d6ba8af0738ddfd85f7b0
  Author: Sonia Andriu <sonia at andriu.ro>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M wwwbase/css/responsive.css

  Log Message:
  -----------
  Refs #476: fix bug - Donează link was not working; better alignment for credit card icon


  Commit: 584f6cee8911811b31c823bfd6740d55cd127fc7
      https://github.com/dexonline/dexonline/commit/584f6cee8911811b31c823bfd6740d55cd127fc7
  Author: Sonia Andriu <sonia at andriu.ro>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M wwwbase/css/responsive.css

  Log Message:
  -----------
  Refs #476: solid white background for suggestions on search box


  Commit: 548e1d299d011e6825140eb7fca1adb32b330208
      https://github.com/dexonline/dexonline/commit/548e1d299d011e6825140eb7fca1adb32b330208
  Author: Sonia Andriu <sonia at andriu.ro>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M wwwbase/css/responsive.css

  Log Message:
  -----------
  Refs #476: restyle suggestions for search box, on hover


  Commit: 608ba54bac27860561f8c8f921185051320f1222
      https://github.com/dexonline/dexonline/commit/608ba54bac27860561f8c8f921185051320f1222
  Author: Sonia Andriu <sonia at andriu.ro>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M wwwbase/css/responsive.css

  Log Message:
  -----------
  Refs #476: replace brown colour for suggestions on search box with red


  Commit: ec3ee11f82d608ea6f25b03f583faca06b9a9ffb
      https://github.com/dexonline/dexonline/commit/ec3ee11f82d608ea6f25b03f583faca06b9a9ffb
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M phplib/models/Lexem.php
    M templates/modele-flexiune.tpl

  Log Message:
  -----------
  Merge LexemModel into Lexem. Partial work. Addresses #66.


  Commit: 733af7b87d979b0f013281659fe7e8e24de5ade8
      https://github.com/dexonline/dexonline/commit/733af7b87d979b0f013281659fe7e8e24de5ade8
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M phplib/models/Entry.php

  Log Message:
  -----------
  Create entries when creating new lexems. Addresses #66.


  Commit: d741482a2501b8b91f2d1299aa4cc88b2a9cd180
      https://github.com/dexonline/dexonline/commit/d741482a2501b8b91f2d1299aa4cc88b2a9cd180
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/admin/deTool.tpl
    M wwwbase/admin/deTool.php
    M wwwbase/editEntry.php
    M wwwbase/js/autoload/deTool.js

  Log Message:
  -----------
  Migrate lexems from definitions to entries. Partial work. Addresses #66.


  Commit: 27893c7079fa789a19c910730db95d5247e2d028
      https://github.com/dexonline/dexonline/commit/27893c7079fa789a19c910730db95d5247e2d028
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/admin/deTool.tpl
    M wwwbase/admin/deTool.php
    M wwwbase/js/autoload/deTool.js

  Log Message:
  -----------
  Convert deTool to use EntryDefinitions. Addresses #66.


  Commit: 62de570599daa0b515a0e7e3499e369b11702bee
      https://github.com/dexonline/dexonline/commit/62de570599daa0b515a0e7e3499e369b11702bee
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/admin/definitionEdit.tpl

  Log Message:
  -----------
  Expose the Definition.structured bit on the definition edit page. Addresses #66.


  Commit: 746fbb21774b0d63a8b85515764bd206d2fde362
      https://github.com/dexonline/dexonline/commit/746fbb21774b0d63a8b85515764bd206d2fde362
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/admin/definitionEdit.tpl

  Log Message:
  -----------
  Improve some checkbox code. Move tooltips to a wiki page. Addresses #66.


  Commit: b6b833857839b371e5920d2ccdcce9ef16d26a56
      https://github.com/dexonline/dexonline/commit/b6b833857839b371e5920d2ccdcce9ef16d26a56
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/editEntry.tpl
    M wwwbase/js/select2Dev.js

  Log Message:
  -----------
  Show read-only trees on the entry edit page. Addresses #66.


  Commit: 4fa93da11fb9115e97cd42150e730404579765d0
      https://github.com/dexonline/dexonline/commit/4fa93da11fb9115e97cd42150e730404579765d0
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M wwwbase/js/select2Dev.js

  Log Message:
  -----------
  Better edit links. Addresses #66.


  Commit: 188f6bdf6290c5881bbd4c1372a42fbe5bc14bc6
      https://github.com/dexonline/dexonline/commit/188f6bdf6290c5881bbd4c1372a42fbe5bc14bc6
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/bits/meaningTree.tpl

  Log Message:
  -----------
  Allow the meaning tree to be read-only. Display less information when it
is readonly. Addresses #66.


  Commit: 4bf36684ebda3d9f2b533ffd4bb0bf543f3d4910
      https://github.com/dexonline/dexonline/commit/4bf36684ebda3d9f2b533ffd4bb0bf543f3d4910
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M phplib/models/Entry.php
    M templates/editEntry.tpl
    M wwwbase/editEntry.php

  Log Message:
  -----------
  Move structStatus and structuristId from Lexem to Entry. Addresses #66.


  Commit: f66e950b5022ec1997d6c515db0967c3555361d1
      https://github.com/dexonline/dexonline/commit/f66e950b5022ec1997d6c515db0967c3555361d1
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M phplib/models/Entry.php

  Log Message:
  -----------
  Create entries when creating new lexems. Addresses #66.


  Commit: e300a2c8d5bea74403b3ca7246c1d4f89a8fac67
      https://github.com/dexonline/dexonline/commit/e300a2c8d5bea74403b3ca7246c1d4f89a8fac67
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/admin/deTool.tpl
    M wwwbase/admin/deTool.php
    M wwwbase/js/autoload/deTool.js

  Log Message:
  -----------
  Migrate lexems from definitions to entries. Partial work. Addresses #66.


  Commit: 4b9cf9be75a44fc2cf1a826f213a23bd1ebb990a
      https://github.com/dexonline/dexonline/commit/4b9cf9be75a44fc2cf1a826f213a23bd1ebb990a
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/admin/deTool.tpl
    M wwwbase/admin/deTool.php
    M wwwbase/js/autoload/deTool.js

  Log Message:
  -----------
  Convert deTool to use EntryDefinitions. Addresses #66.


  Commit: 8578f363e07fbe3df1b7eef627e999c02f551bc6
      https://github.com/dexonline/dexonline/commit/8578f363e07fbe3df1b7eef627e999c02f551bc6
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/admin/definitionEdit.tpl

  Log Message:
  -----------
  Expose the Definition.structured bit on the definition edit page. Addresses #66.


  Commit: e082390ad377a0efdd7aa184a5498fb7a1a9248e
      https://github.com/dexonline/dexonline/commit/e082390ad377a0efdd7aa184a5498fb7a1a9248e
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/admin/definitionEdit.tpl

  Log Message:
  -----------
  Improve some checkbox code. Move tooltips to a wiki page. Addresses #66.


  Commit: 8f6c64ae84dfee6b6ba5fb47af4ae8831348082f
      https://github.com/dexonline/dexonline/commit/8f6c64ae84dfee6b6ba5fb47af4ae8831348082f
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M wwwbase/js/select2Dev.js

  Log Message:
  -----------
  Show read-only trees on the entry edit page. Addresses #66.


  Commit: fc6c6a54ec4b212dd5ebcb614e629f7da36b0e0d
      https://github.com/dexonline/dexonline/commit/fc6c6a54ec4b212dd5ebcb614e629f7da36b0e0d
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M wwwbase/js/select2Dev.js

  Log Message:
  -----------
  Better edit links. Addresses #66.


  Commit: dacc44e56929778598b06d43a75c923825f119fb
      https://github.com/dexonline/dexonline/commit/dacc44e56929778598b06d43a75c923825f119fb
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M phplib/models/Entry.php
    M wwwbase/editEntry.php

  Log Message:
  -----------
  Move structStatus and structuristId from Lexem to Entry. Addresses #66.


  Commit: decf183e42e8a02345203d4df16f2570be68dbb9
      https://github.com/dexonline/dexonline/commit/decf183e42e8a02345203d4df16f2570be68dbb9
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M wwwbase/editEntry.php

  Log Message:
  -----------
  Add button to create a new Tree.
Trees can no longer be deleted. Added a status field to hide them.
Addresses #66.


  Commit: 937f1bf8cf4df23c72ce49b248d3c5a22ac6e75c
      https://github.com/dexonline/dexonline/commit/937f1bf8cf4df23c72ce49b248d3c5a22ac6e75c
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/bits/meaningTree.tpl

  Log Message:
  -----------
  Finish migrating Relations from Lexems to Trees. Addresses #66.


  Commit: a210c4dedad007482d4e65da10ff7eb42da85163
      https://github.com/dexonline/dexonline/commit/a210c4dedad007482d4e65da10ff7eb42da85163
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/editEntry.tpl
    M wwwbase/editEntry.php

  Log Message:
  -----------
  Show part of speech on the entry edit page. Addresses #66.


  Commit: 854a2ae877d10ed0674793cf5fe488d24e2102f1
      https://github.com/dexonline/dexonline/commit/854a2ae877d10ed0674793cf5fe488d24e2102f1
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M phplib/models/Lexem.php

  Log Message:
  -----------
  Remove variant-related code. Expose Lexem.main. Addresses #66.


  Commit: 58ffd507dca6c6653a467659dca71ec174a9acb0
      https://github.com/dexonline/dexonline/commit/58ffd507dca6c6653a467659dca71ec174a9acb0
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M templates/admin/editModel.tpl
    M templates/admin/mergeLexems.tpl
    M templates/unelte.tpl
    R wwwbase/img/icons/add.png
    R wwwbase/img/icons/ajax-indicator.gif
    R wwwbase/img/icons/book_open.png
    R wwwbase/img/icons/check.png
    R wwwbase/img/icons/jquery/asc.gif
    R wwwbase/img/icons/jquery/bg.gif
    R wwwbase/img/icons/jquery/desc.gif
    M wwwbase/js/dex.js

  Log Message:
  -----------
  Convert some icons to glyphicons.


  Commit: 6e43b650a2747a6d812c81bf64e85d0ccf571938
      https://github.com/dexonline/dexonline/commit/6e43b650a2747a6d812c81bf64e85d0ccf571938
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    R docs/schema.txt

  Log Message:
  -----------
  Update the schema documentation and move it to the wiki. Addresses #66.


  Commit: fc7f0024418775ed8eb91af51a95cabc44c5df93
      https://github.com/dexonline/dexonline/commit/fc7f0024418775ed8eb91af51a95cabc44c5df93
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M test/articles.xml
    M test/articlesSearchResults.xml
    M test/autocomplete.xml
    M test/bookmarks.xml
    M test/commentView.xml
    M test/constraints.xml
    M test/contrib.xml
    M test/homePage.xml
    M test/searchApproximate.xml
    M test/searchByDefinitionId.xml
    M test/searchByInflectedForm.xml
    M test/searchByLexemId.xml
    M test/searchFullText.xml
    M test/searchRegexp.xml
    M test/sourceEdit.xml
    M test/sourcesViewLoggedIn.xml
    M test/wotdArtistAddEditDelete.xml
    M test/wotdArtistDeleteAssigned.xml
    M test/wotdArtistsView.xml
    M test/wotdAssignment.xml

  Log Message:
  -----------
  Fix functional tests. Addresses #66.


  Commit: 7147e3b2ed80e04507811a2ab38d47d1488a9c54
      https://github.com/dexonline/dexonline/commit/7147e3b2ed80e04507811a2ab38d47d1488a9c54
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Log Message:
  -----------
  Merge branch 'struct' of https://github.com/dexonline/dexonline into struct


  Commit: 7ca1428d7875b42fb60ee6cc3ea795a1646da892
      https://github.com/dexonline/dexonline/commit/7ca1428d7875b42fb60ee6cc3ea795a1646da892
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    R docs/schema.txt
    A patches/00157.php
    A patches/00158.sql
    A patches/00159.php
    A patches/00160.sql
    A patches/00161.sql
    A patches/00162.sql
    A patches/00163.sql
    A patches/00164.sql
    A patches/00165.sql
    A patches/00166.php
    A patches/00167.sql
    A patches/00168.sql
    A patches/00169.sql
    A patches/00170.sql
    A patches/00171.sql
    A patches/00172.php
    A patches/00173.sql
    A patches/00174.sql
    A patches/00175.php
    A patches/00176.sql
    M phplib/AdminStringUtil.php
    M phplib/SimilarRecord.php
    M phplib/SmartyWrap.php
    A phplib/XmlDump.php
    M phplib/db.php
    M phplib/models/BaseObject.php
    M phplib/models/Definition.php
    A phplib/models/DefinitionTag.php
    M phplib/models/Entry.php
    A phplib/models/EntryDefinition.php
    M phplib/models/FullTextIndex.php
    M phplib/models/InflectedForm.php
    M phplib/models/Lexem.php
    R phplib/models/LexemDefinitionMap.php
    R phplib/models/LexemModel.php
    A phplib/models/LexemTag.php
    M phplib/models/Meaning.php
    M phplib/models/MeaningSource.php
    M phplib/models/MeaningTag.php
    M phplib/models/Relation.php
    M phplib/models/Tag.php
    A phplib/models/Tree.php
    A phplib/models/TreeEntry.php
    M phplib/models/Visual.php
    M templates/admin/bulkLabel.tpl
    M templates/admin/cloneModel.tpl
    M templates/admin/deTool.tpl
    M templates/admin/definitionEdit.tpl
    M templates/admin/deleteModel.tpl
    M templates/admin/editModel.tpl
    A templates/admin/entryList.tpl
    M templates/admin/index.tpl
    M templates/admin/lexemEdit.tpl
    M templates/admin/lexemEditActions.tpl
    M templates/admin/lexemList.tpl
    M templates/admin/mergeLexems.tpl
    A templates/admin/structChooseEntry.tpl
    R templates/admin/structChooseLexem.tpl
    A templates/admin/viewUnassociatedEntries.tpl
    R templates/admin/viewUnassociatedLexems.tpl
    M templates/admin/visualTag.tpl
    A templates/bits/entryLink.tpl
    M templates/bits/fgf.tpl
    A templates/bits/lexem.tpl
    R templates/bits/lexemEditModel.tpl
    R templates/bits/lexemModel.tpl
    M templates/bits/lexemSources.tpl
    M templates/bits/meaningTree.tpl
    M templates/bits/multiParadigm.tpl
    M templates/bits/sourceDropDown.tpl
    M templates/bits/statusDropDown.tpl
    M templates/bits/structStatus.tpl
    M templates/bits/tagTree.tpl
    R templates/bits/updateError.tpl
    R templates/deprecated/update3Instructions.tpl
    R templates/deprecated/updateInstructions.tpl
    M templates/editEntry.tpl
    A templates/editTree.tpl
    A templates/index.tpl~a59decc8d2a364210bfaaf37ff3ef1a4b4e67785
    A templates/index.tpl~e5f8c6721c3b1db92e50fdc807ded18746b354c4
    M templates/modele-flexiune.tpl
    M templates/paradigm/paradigm.tpl
    M templates/paradigm/paradigmA.tpl
    M templates/paradigm/paradigmI.tpl
    M templates/paradigm/paradigmN.tpl
    M templates/paradigm/paradigmP.tpl
    M templates/paradigm/paradigmV.tpl
    M templates/unelte.tpl
    R templates/xml/update.tpl
    R templates/xml/update3Abbrev.tpl
    R templates/xml/update3Definitions.tpl
    R templates/xml/update3Inflections.tpl
    R templates/xml/update3Lexems.tpl
    R templates/xml/update3Sources.tpl
    A templates/xml/update5.tpl
    A templates/xml/xmldump/entry.tpl
    M templates/xml/xmldump/lexem.tpl
    M test/articles.xml
    M test/articlesSearchResults.xml
    M test/autocomplete.xml
    M test/bookmarks.xml
    M test/commentView.xml
    M test/constraints.xml
    M test/contrib.xml
    M test/homePage.xml
    M test/searchApproximate.xml
    M test/searchByDefinitionId.xml
    M test/searchByInflectedForm.xml
    M test/searchByLexemId.xml
    M test/searchFullText.xml
    M test/searchRegexp.xml
    M test/sourceEdit.xml
    M test/sourcesViewLoggedIn.xml
    M test/wotdArtistAddEditDelete.xml
    M test/wotdArtistDeleteAssigned.xml
    M test/wotdArtistsView.xml
    M test/wotdAssignment.xml
    M tools/bulk/importDefinitions.php
    M tools/deleteSpam.php
    M tools/dumpDatabaseXml.php
    M tools/evalSimilarCheckbox.php
    M tools/freezeLocVersion.php
    M tools/generateSitemap.php
    M tools/getWotdImageByEmail.php
    R tools/reassocciateDE.php
    M tools/rebuildFullTextIndex.php
    M tools/rebuildScrabbleForms.php
    M tools/resetTestingDatabase.php
    M tools/truncateDatabase.sql
    M tools/updateRandomWord.sh
    M wwwbase/admin/bulkLabel.php
    M wwwbase/admin/bulkLabelSelectSuffix.php
    M wwwbase/admin/cloneModel.php
    M wwwbase/admin/deTool.php
    M wwwbase/admin/definitionEdit.php
    M wwwbase/admin/deleteModel.php
    M wwwbase/admin/editModel.php
    M wwwbase/admin/index.php
    M wwwbase/admin/lexemEdit.php
    M wwwbase/admin/lexemSearch.php
    M wwwbase/admin/mergeLexems.php
    M wwwbase/admin/placeAccents.php
    A wwwbase/admin/structChooseEntry.php
    R wwwbase/admin/structChooseLexem.php
    M wwwbase/admin/viewPendingDefinitions.php
    M wwwbase/admin/viewTemporaryLexems.php
    M wwwbase/admin/viewUnassociatedDefinitions.php
    A wwwbase/admin/viewUnassociatedEntries.php
    R wwwbase/admin/viewUnassociatedLexems.php
    M wwwbase/admin/visualTag.php
    M wwwbase/ajax/deleteDefinition.php
    M wwwbase/ajax/getDefinitionsForLexem.php
    A wwwbase/ajax/getEntries.php
    A wwwbase/ajax/getEntriesById.php
    M wwwbase/ajax/getMeaningById.php
    A wwwbase/ajax/getModelByLexemId.php
    R wwwbase/ajax/getModelsByLexemId.php
    M wwwbase/ajax/getSimilarRecord.php
    A wwwbase/ajax/getTags.php
    A wwwbase/ajax/getTagsById.php
    A wwwbase/ajax/getTrees.php
    A wwwbase/ajax/getTreesById.php
    M wwwbase/ajax/meaningMention.php
    M wwwbase/ajax/mill.php
    M wwwbase/ajax/scramble.php
    M wwwbase/ajax/visualGetImageTags.php
    M wwwbase/auth/login.php
    M wwwbase/config.json
    M wwwbase/contribuie.php
    A wwwbase/css/autoload/definitionEdit.css
    A wwwbase/css/autoload/editEntry.css
    R wwwbase/css/autoload/lexemEdit.css
    M wwwbase/css/flex.css
    R wwwbase/css/jquery-wm/clear.gif
    R wwwbase/css/jquery-wm/jquery.wm.default.icons.png
    R wwwbase/css/jquery-wm/main.css
    A wwwbase/css/meaningTree.css
    M wwwbase/css/paradigm.css
    A wwwbase/css/responsive.css~a59decc8d2a364210bfaaf37ff3ef1a4b4e67785
    A wwwbase/css/responsive.css~e5f8c6721c3b1db92e50fdc807ded18746b354c4
    R wwwbase/deprecated/update.php
    R wwwbase/deprecated/update3.php
    M wwwbase/editEntry.php
    A wwwbase/editTree.php
    M wwwbase/etichete.php
    M wwwbase/hangman.php
    R wwwbase/img/icons/add.png
    R wwwbase/img/icons/ajax-indicator.gif
    R wwwbase/img/icons/arrow_refresh.png
    R wwwbase/img/icons/book_open.png
    R wwwbase/img/icons/bullet_green.png
    R wwwbase/img/icons/bullet_red.png
    R wwwbase/img/icons/check.png
    R wwwbase/img/icons/cross.png
    R wwwbase/img/icons/cross16.png
    R wwwbase/img/icons/disk.png
    R wwwbase/img/icons/exclamation.png
    R wwwbase/img/icons/information.png
    R wwwbase/img/icons/jquery/asc.gif
    R wwwbase/img/icons/jquery/bg.gif
    R wwwbase/img/icons/jquery/desc.gif
    R wwwbase/img/icons/page_white_copy.png
    R wwwbase/img/icons/page_white_text.png
    M wwwbase/js/autoload/contribuie.js
    M wwwbase/js/autoload/deTool.js
    M wwwbase/js/autoload/definitionEdit.js
    M wwwbase/js/autoload/editEntry.js
    A wwwbase/js/autoload/editTree.js
    M wwwbase/js/autoload/etichete.js
    M wwwbase/js/autoload/lexemEdit.js
    M wwwbase/js/autoload/visualTag.js
    M wwwbase/js/dex.js
    R wwwbase/js/jquery-wm.js
    A wwwbase/js/meaningTree.js
    M wwwbase/js/select2Dev.js
    M wwwbase/modele-flexiune.php
    M wwwbase/paradigm.php
    M wwwbase/scrabble.php
    M wwwbase/search.php
    M wwwbase/tipuri-modele.php
    M wwwbase/update4.php
    A wwwbase/update5.php

  Log Message:
  -----------
  Merge branch 'struct'


Compare: https://github.com/dexonline/dexonline/compare/98dc37efafea...7ca1428d7875


More information about the Dev mailing list