September 15th 2020 (wew) * Misc fixes on casing issues * Re-implement and fix issues with updating individual entries * Fix issue with `LongBow` -> Longbow * Add immediate consumable to a new type "service" per wiki convention * Add possible overwrite for `| requires = ` November 11th 2019 (beta) * Added a hard code check to remove the skill "Locked" from updating as well as checking if the only difference was `specialization":55,"` due to some weird behavior with some soulbeast skills (Beta changes from May - Nov 2019) * Added interwikis for area, hearts, sectors * Moved some js to it's own file * Full re-work of running_update * Various quick bugfixes and new links to moved wiki pages May 1st 2018 * Completed output for difference highlight on updates (following apr. 28th update) * Slight restructuring of extra functions. April 28 2018 * bug fixes I forgot to mention before * renamed some internal files * added a rolling update through all items as well as the option to view the feed of updates on the "view_new_entries" page. Dec 24th 2017 * Pushed first SQL re-write to live * Added mediawiki query option to view_new_items and index pages * Fixed issues with attuned items not diplaying proper info * Added a wiki search to add an icon parameter when possible * Added a change where if the wiki page is not created, only a "Create Wiki Page" option will be displayed (only if mediawiki option is checked) Nov 19 2017 * added uslot to trinkets * added blurb for recipe sheets Oct 2nd 2017 * Added value check since `NoSell` flag is no longer checked in API. Oct 1st 2017 * Add headgear and coat exceptions for 'type' in skin infobox * Fixed a mis-alignment in dialogue-builder page. Sept 30th 2017 * Removing gallery parameter from armors * Fix oddball recipe scenario with guild recipes Sept 28th 2017 * Fixed naming issue with weapon skin template * Fixed dual level appearance in generic items * Moved recipe id to bottom per new standard. Sept 27 2017 * Fixed an issue when more than 200 entries are needed to update at once Aug 28 2017 * Added Template page and links to page. Aug 26 2017 * Moved id position to match wiki template standard * Fixed description check for transmutation items * Added Dialogue Builder to main branch, it's not pretty but it works Aug 06 2017 * Finshed version 1 of dialogue builder. ** Only available under beta, still many many things to do. July 26th 2017 * Adding link highlight on clicked links * Adding toggle for floaty infobox * Fix adding `.jpg/png` when no skin found * Fix imporper type for infusion * Fix adding `(skin)` to bl weapons with no `skin` in name * Put in unique nav for BL weapons. June 30th 2017 * Pushed complete rework of website, much faster and prettier * Lots of back end changes, behavior should not change much for users. * Skill/trait pages are no longer supported and will soon be removed * French construction disabled since it was bad, and a fr wiki user has a better version anyway ----------------------------- November 22nd * Added collapsed by default prefix template * made description for food items work * Corrected new icon link naming convention as per new wiki standard. * Reworked skills_update.php and traits_update.php to perform in an acceptable manner October 29th * Fixed an issue with print_achievment_infobox which would fail to diplay multiple different types of rewards and fail to process masteries. October 25th * Created http://mymeanderingmind.com/GW2W_Easy_Mode/interwikis/interwikis.php to display interwikis for items/achievements/skills/traits October 18th * Added the output of section-stub acquisition to items if acquisition method is unknown from script. * Added page http://mymeanderingmind.com/GW2W_Easy_Mode/event_interwikis.html as allowed by wiki user Cloned. October 12th * Fixed the issues with update_internal.php. Link to update ITEM entries is now available on infoboxe pages. Not yet available for achievs due to pending tests. October 11th * Added http://mymeanderingmind.com/GW2W_Easy_Mode/traits.php and traits_update.php which should allow for comparison between traits when they get updated. This is pretty much a carbon copy of skills.php and associated files (for now). October 7th * Added http://mymeanderingmind.com/GW2W_Easy_Mode/skills.php and skills_update.php which should allow for comparison between skills when they get updated July 28th * Fixed an issue with trinkets due to infusion changes July 27th * Played around with api_testing_grounds.php * added skin infobox for armors, weapons, and BL weapon skins. July 7th * Disabled update_internal as it created a huge ass bug in the system. Will re-examine once a proper backup is done. * Made a first draft of trinket infobox outputing July 5th * Finalized work on update_internal to support 1 item at a time update ** Changed infobox_printout.php to have the link towards the update link * Corrected stat prefix for trinkets/backpiece by adding "at " before the stat name (wiki standards). June 29th * minor bug fixes for "| type" in weapons and armors * added the suffix/stat selection option for according pieces * Created update_internal.php for future implementation into main page to update an outdated item. June 2nd * Fixed an issue with collection lookup that created false positives (where say skin id was the same as an item id) * added support for achievement giving coins as reward May 24th * Added possibility of title as achiev reward. Although this kind of breaks when having both an item and a title. ** Consequently added /v2/titles to the database May 20th * minor tweaks to infobox returns, added api link (although this might start to get cluttered) May 19th * Fixed the "| sheet = " parameter, will need to update database again once API change goes live ** Created "force_update_two.php" to force an update to recipe_items.txt May 18th * Implemented a forced erfresh of achievement categories when achievements are updated. * Added a forced category to every daily such that they are treated as daily achievements, even if they are not active on the present day. May 16th * Implemented new version of search which allows for 1 page lookup for achievements/items in either english or french (french item lookup is still missing many cases for infobox printout). * Implemented french-english selection for view_new_items.php * Implemented achievement lookup in view_new_items.php ** Moved view_new_items.php -> view_new_entries.php (with redirect) May 10th 2016 * Attempted other fix for cron jobs * Added support for back items (more testing needed) May 5th 2016 * Made the updating of reference.txt & when_added.txt not stupid by only adding new entry and not rebuilding everything from scratch * GREATLY improved load time of 'view_new_items.php' (1 loop over reference and 1 over when_added, instead of 4 loops over when_added) May 4th 2016 * Added interwiki * removed a few remaining url calls * added option to index.php to have a value placed through GET * Created the barebones of './view_new_items.php'. It's quite slow for now, but get's the work done ** Updated it to be able to click each entry and have infobox appear on page! * MADE LIST CLICKABLE ON MAIN PAGE! (Needs formatting) May 3rd 2016 * Added Dye compatibility + Glider compatibility * Partially fixed Rune bonuses (still issues with lowercase) * added achiev_lookup.php and base functionality (mainly BL collection and item collections) * Downloaded /v2/skills, no serious work done on it yet