Update 03/23/2014

Started by shmax, March 23, 2014, 08:14:52 PM

previous topic - next topic
Go Down

shmax

Not too much of this really resulted in visible changes to the site, so it won't make much different to any of you guys, but what the hell:

- refactored the shmax codebase to use 100% namespaces in an effort to speed page loading (didn't really work, but the codebsae is much shinier, now)
- updated the library I use to create moderator tools (smartclient), which fixes at least one bug with deleting nodes (reported by Engledogg)
- now using Composer package manager to load vendor code (such as ActiveRecord)
- switched to a more modern package for writing excel files (let me know if I broke the collection download)
- switched to a more powerful enum implementation
- updated "minify" (for concatenating js/css)

And some bug fixes:
- fix off-by-one date issue for the UI collection bar (reported by SoS)
- fix issue with asterisks appearing in toyline pickers (reported by Engledogg)
- fix missing rejection reasons from form picker widget (in moderator review mode, reported by Engledogg)
- fix issues with validation of form widget (reported by Engledogg)
- fix color sort on parts page
- fix part name sort on parts page
- fix "edit" button on the new profile page (still not released)
- fix missing stock images in signature builder UI
- restore tool for finding orphaned part records

shmax

- restored the "Top Collectors" portlet to the products browsing view (reported by Weaponsprime)

Go Up