Post by xerks on Jun 15, 2014 2:34:27 GMT -8
Yootil Library
Yootil is a utilities library to help speed up development of plugins for developers.
The word "Yootil" was created from the abbreviation "Util".
"Util" is an abbreviation for "utilities" ("Yoo'ti-lu-tee").
Plugin Install / Download
Download: Yootil Library (0.9.7)
Or
Install Directly: www.proboards.com/library/plugins/item/38 (0.9.7)
Tip: Move the Yootil plugin to the top of your plugin list.
Plugin Source / Docs / Updates
Project: github.com/pixelDepth/Yootil
Docs: yootil.pixeldepth.net
GIT Changes: github.com/pixelDepth/Yootil/commits/master
----
0.9.7
Fixed the plugin bar for Forums.net customers
0.9.6
Bug fix - user data null error
0.9.5
Fixed alt / title not showing up for icons in the Yootil Bar
0.9.4
Update message still showing when disabled
0.9.3
Yootil bar not showing
0.9.2
Caching of the route
0.9.1
Bug fix to the updater
0.9.0
All code moved inside plugin
Settings
0.8.17
Queue class
yootil.location.check.profile()
yootil.create.profile_tab()
yootil.create.profile_content_box()
0.8.16
Stats collection
0.8.15
Library plugin wasn't compressed
0.8.14
Updated plugin to match version number
0.8.13
yootil.outer_html added
0.8.12
yootil.form.edit_post_form added
0.8.11
yootil.page.member added
0.8.10
New methods added to the Yootil.bar class
0.8.9
Storage get method bug in Chrome
0.8.8
Yootil.bar now has to 2 params so that you can pass a function and context
0.8.7
Yootil.bar display check bug fixed thanks to Stinky666
0.8.6
Yootil.bar added
0.8.5
pad added to yootil class
user methods added to user class (includes all new user properties from proboards.data("user"))
0.8.4
after_search method added to AJAX class.
0.8.3
page.thread added by Xikeon
0.8.2
Storage changes, docs, and fixes.
0.8.1
Storage class bug fixes
0.8.0
Storage class completely rewrote, now supports session and persistent storage
0.7.3
user.action.created_conversation()
user.action.pmed()
user.action.sent_message()
0.7.2
nav_branch added to create class
0.7.1
read / write methods for keys added
0.7.0
Add page, page.category, and page.board classes
0.6.3
"recent_posts" location check added to "all_recent_posts"
0.6.2
- Couple of new location checks to do with messages / conversations
- New form class added to get specific forms quickly
0.6.1
- Added editing location checks: editing_post, editing_thread, and editing
0.6.0
- Storage object added (yootil.storage)
0.5.0
- yootil.location.check added
- yootil.location added
- yootil.user.action added
- Changed compression to Uglify
0.4.0
- yootil.user object added
0.3.0
- create.page method added
0.2.5
- Removed hijack method, no need for it as we can bind to the "success" event for AJAX lists
0.2.4
- Fixed an issue with yootil.number_format returning an empty string.
0.2.3
- Removed yootil.form (use proboards validated event)
- Fixed some issues with getting values from keys when specifying a user of null / false
0.2.2
- Removed yootil.debug (kept finding myself using console.log anyway)
0.2.1
- Remove extra blank rows and reduced size of comments in header
0.2
- Changed YOOTIL to yootil
- yootil.proboards.create is now yootil.create