[Pkg-javascript-commits] [SCM] libjs-chosen packaging annotated tag, v0.9, created. v0.9
Patrick Filler
pf at patrickfiller.com
Wed Jun 26 15:47:05 UTC 2013
The annotated tag, v0.9 has been created
at 735bd839abc6ddf27be18d745e7115f2aefde27e (tag)
tagging dd04343481b85f8c44a4958ccff080c8266f143d (commit)
tagged by Patrick Filler
on Sun Jul 31 13:37:38 2011 -0400
- Shortlog ------------------------------------------------------------
Version 0.9
Adam Bowen (1):
removed some superfluous eol characters: " " and ";"
Adam Kittelson (1):
use a closure to bind a function to this, Prototype function.bind doesn't work in jQuery, was causing an error when blurring a select in Safari
Allen Bargi (9):
fixed a border radius type
replaced href='#' with href='javascript:void(0)' which does not cause a jump on click
closes issue #80: removed unnecessary z-index declarations in chosen.css file
using data-placeholder instead of title attribute
- smaller sprite and crunched the new png file
* dded right to left support
rtl support for prototype based chosen
added right to left documentations
hiding the select to avoid sudden changes on the page and making sure we do not cause any vertical jump
Danillo Nunes (1):
Add gradient support for Opera 11.10+
Dmitry Chestnykh (1):
example: split Serbia and Montenegro, add South Sudan. Viva la independencia!
LCamel (Luoh Ren-Shan) (1):
Taiwan, Republic of China
Matthew Beale (12):
Use innerhtml instead of text for definitive text
Search using escaped html, show that when no results are found
Should have been escape, no unescape
Update jQuery version for escaping
Add a semicolon, fixes #105
Add cake for build. Run . Requires a coffee executable and uglifyjs executable
Add a `cake watch` task
Use npm modules for the build chain so we can concat multiple files for dependencies. Break SelectParser into it's own file. Commit updates to the actual Javascripts to reflect the new builds.
Use root for globals, not this
Add a version file and header to generated javascripts
Add a release task to cake
Merge branch 'version_system' into build_system
Matthew Lettini (3):
added some styles, made everything neutral gray (for now)
padding on multi
blue chosen
Patrick Filler (86):
Adding an empty text file for no good reason.
Adding a readme file
renaming README
Initial file dump.
Chosen docs.
Cleaning up repository for showtime.
update chosen readme.
Add a Chosen example file.
Adding a minified version.
Remove some logging code.
Update to latest version of Chosen.
Attempt to fix single select click issue.
Better tab handling.
Don't winnow results after shift key press (especially nice for shift + tabbing through a form).
Updating minified format to latest version.
Handle some issues with updating a single select after initial build.
Make sure all images come from the sprite.
Updating search width for single chosen (should expand entire width of container).
Updating chosen minified to latest version of chosen.
Include search field border / padding when calculating desired width.
Make sure the proper doctype is utilized in example.html
Small clean-ups: Missing Semicolon, nonsense comment.
Merge branch 'master' of github.com:harvesthq/chosen
Remove DS_Store from repository and add to gitignore
Re-factor Chosen into Coffescript
Fix focus issues caused by bad indenting.
Updating minified version to latest.
Fix problem with styles loop.
Initial version of jQuery Chosen. Plenty of bugs at this point!
jQuery bug fixes
Clear highlight on backspace.
Fix arrow up/down behavior without relying on buggy intersect method.
Use jquery Val method and not .value
Fix some tabbing issues and unexpected fall through on keydown_checker
Remove unnecessary debug code.
Make sure jquery version's update / change events are firing.
Fix position issue when using up and down arrows to navigate the results.
Prevent default link behavior on @selected_item
Update License Info
Fix some issues with parsing blank options.
Update minified version of prototype chosen and add jquery version.
Yes! A second click on the dropdown arrow _should_ collapse the dropdown box.
Update minified versions with latest code.
Update to use latest version of Select Parser (https://github.com/pfiller/Select-Parser). This fixes issues with group positioning.
Adding an option group example.
Don't allow group name clicks in jQuery version.
Fix test for disabled elements.
Add examples for selected and deselected and describe default text behavior.
Scale search field after building results.
Update example text.
Cache the $(this.form_field) call for better performance. Thanks, pomeh.
Change a couple of prototype-style references into jQuery references. Fixes group display on search and deselect issues.
Merge pull request #13 from adamkittelson/master
Use coffeesript's built-in function binding on setTimeouts
Fix a reported issue with search field scale.
Prevent duplicate jQuery Chosen calls.
Update readme
Update readme doc with version support
In standard dropdowns, you can hit Escape (on your keyboard) to cancel form entry and close the dropdown.
Updating minified versions with all latest bug fixes.
Update the readme summore
Merge pull request #25 from aziz/master
More doc updates.
Merge branch 'master' of github.com:harvesthq/chosen
Add update / change support details in example files.
Merge pull request #26 from aziz/master
Merge pull request #37 from adamnbowen/master
Merge pull request #32 from dchest/patch-1
Add South Sudan and spit Serbia and Montenegro in all examples.
Merge pull request #61 from LCamel/master
Fix more references to Province of China
Use the jQuery way of spelling plugin. Fix typo.
Merge pull request #64 from brennanmceachran/patch-1
Remove the "Hacked" example.
Update minified version with XSS protection.
Merge pull request #89 from harvesthq/use_innerhtml_for_proper_escaping
Merge pull request #83 from aziz/master
Merge branch 'master' into aziz-master
Took the wrong changes when fixing merge conflicts. Try again!
Updating docs to show blank option requirement in single selects.
Merge pull request #122 from aziz/master
Fix issue caused by select IDs containing colons.
Merge branch 'master' into build_system
Move the location of select parser and update the build file. Move it below the Chosen JS in output.
Update title / copyright details.
Merge pull request #108 from harvesthq/build_system
brennanmceachran (1):
I'm not a microsoft fan, but we might as well let the ie users have some fun.
mlharvest (1):
Merge pull request #28 from danillonunes/master
pfiller (8):
Fix more references to Province of China
Merge branch 'master' of github.com:harvesthq/chosen
Prototype version no longer requires ID
Update prototype example page (No ids!)
Replace a reference to @container.id with @container_id
If no id is present, generate a random.
Fix issue with dotted ids.
Use safer variable names and update minified version.
-----------------------------------------------------------------------
--
libjs-chosen packaging
More information about the Pkg-javascript-commits
mailing list