openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
Hpricot
Settings
|
Report Duplicate
69
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
17 days
ago. based on code collected
17 days
ago.
Jan 28, 2024 — Jan 28, 2025
Showing page 9 of 11
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
* lib/hpricot/parse.rb: empty comments were causing exceptions. thanks, ron m!
why
More...
about 18 years ago
* test: Undo commits 78-82.
why
More...
about 18 years ago
Removed file/folder
llebron
More...
about 18 years ago
Removed file/folder
llebron
More...
about 18 years ago
git-svn-id: https://code.whytheluckystiff.net/svn/hpricot/trunk@80 9e82565c-fa0a-db11-9fa0-00132028b6dc
llebron
More...
about 18 years ago
Initial Import
llebron
More...
about 18 years ago
* lib/hpricot/parse.rb: problem with a start <script> tag nested inside a javascript block. it never gets closed, so everything is sucked into CDATA. * test/files/week9.html: the page reported by lrlebron on ruby-talk. thanksoh.
why
More...
about 18 years ago
* setup.rb: for installing in site_ruby.
why
More...
about 18 years ago
* lib/hpricot/traverse.rb: `before` and `after` methods on each element. * lib/hpricot/tag.rb: give the document an `altered!` method stub.
why
More...
about 18 years ago
* lib/hpricot/tag.rb: fix output of bogus end-tags, they should appear when to_original_html is called. * lib/hpricot/traverse.rb: for various child inserts and removes, be sure the parent elements are altered.
why
More...
about 18 years ago
* lib/hpricot/tag.rb: whoops, output options weren't passed to children. prevented to_original_html from actually working. * lib/hpricot/traverse.rb: it's :preserve => true now. * test/test_preserved.rb: proof.
why
More...
about 18 years ago
* lib/hpricot/traverse.rb: new to_original_html method, for outputing the preserved html with any modifications. * lib/hpricot/tag.rb: mechanism for hanging on to the original string or discarding it if the element is altered.
why
More...
about 18 years ago
* lib/hpricot/traverse.rb: an `inner_text` method for each container element, which returns its text content with HTML removed. * lib/hpricot/elements.rb: the `text` and `inner_text` methods for Elements does the same as above.
why
More...
about 18 years ago
* lib/hpricot/elements.rb: the xpath index is supported now (like: //div[2]). from tickets #27 and #19 and frequent informal requests. * lib/hpricot/traverse.rb: the `xpath` method will use the brackets rather than the kind of crufty `:eq(n)` stuff.
why
More...
about 18 years ago
* lib/hpricot/parse.rb: here, let's try a different approach for :xhtml_strict mode -- any unrecognized tags are turned into divs with a class="tagname".
why
More...
over 18 years ago
* lib/hpricot/traverse.rb: next_sibling and previous_sibling no longer find text nodes or comments. Use next_node and previous_node for those.
why
More...
over 18 years ago
* lib/hpricot/elements.rb: fix for the :parent and :empty filters from booss, thankxs!!
why
More...
over 18 years ago
* lib/hpricot/traverse.rb: continuing to fill in the docs for Container::Trav and Traverse mixins.
why
More...
over 18 years ago
Spell.
kleb
More...
over 18 years ago
* README: documenting fixup opts. * lib/hpricot/elements.rb: adding method and class docs for the Elements array.
why
More...
over 18 years ago
* README: adding docs from the showcase. * Rakefile: turn on rdoc for the gem.
why
More...
over 18 years ago
* lib/hpricot/tag.rb: patch from aaronp to fix attributes nil, see ticket #6. thanksss!
why
More...
over 18 years ago
* lib/hpricot/traverse.rb: a fix for #9, in which the current node is not rescanned on subsequent tag name searches.
why
More...
over 18 years ago
* lib/hpricot/elements.rb: first stab at fixing the `nth` and `nth-child` (and so on) filters, per ticket #19. * lib/hpricot/traverse.rb: Container::Trav#position for getting an element's nth-ness. Container::Trav#containers_of_type, since that query is just so common.
why
More...
over 18 years ago
* lib/hpricot/traverse.rb: solution for #17, making sure to reparent any inserted nodes. thanks, m1neral.
why
More...
over 18 years ago
* lib/hpricot/traverse.rb: add `css_path` and `xpath` methods to every element, which attempts to guess a good path for getting back to the element. * lib/hpricot/tag.rb: DocType objects no longer have a `name` but a `target`. * test/test_paths.rb: tests for roundtripping css paths and xpaths.
why
More...
over 18 years ago
* ext/hpricot_scan/hpricot_scan.rl: stimulated by the test case of #14, added a bit more give into the attribute parser. unquoted attributes butted up against each other, as well as flotsam in the attributes list will be accepted. the danger here is that this could gobble up some javascript, but my test cases all pass and the recent detector of cdata elements should even everything out. be on the lookout, though, and please start testing the bleeding edge because a release is on its way in the next couple of weeks.
why
More...
over 18 years ago
* lib/hpricot/parse.rb: remove `fix_element`, no longer used.
why
More...
over 18 years ago
* ext/hpricot_scan/hpricot_scan.rl: some long attributes (>16k) like the ASP.NET viewstate (see #13) are causing buffer errors, so I've added an exception for the time being. Trying to decide if a user-specified buffer size is the answer or a partial parsing of the attribute (if it's not needed) or both or something else entirely. * test/test_parser.rb: proves the above.
why
More...
over 18 years ago
* lib/hpricot/traverse.rb: Traverse#swap, for replacing an element with a bit of HTML.
why
More...
over 18 years ago
←
1
2
3
4
5
6
7
8
9
10
11
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree