root / trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @169 [169] 3 months stepheneb calculation of REV now works with svn and a git svn clone
(edit) @168 [168] 3 months alexpooley corrected xpath axes fix from rev 167
(edit) @167 [167] 3 months alexpooley Added support for xpath axes
(edit) @166 [166] 3 months alexpooley Fixed xpath search when getting attribute value
(edit) @165 [165] 8 months stepheneb adding fogotton file: ext/fast_xs/FastXsService.java
(edit) @164 [164] 8 months stepheneb ragel 6.1 fixes for hpricot_scan.java.rl; update jruby object …
(edit) @163 [163] 8 months why * ext/hpricot_scan/hpricot_scan.java.rl: applied patch by nick sieger to …
(edit) @162 [162] 8 months why * Rakefile: use Ragel 6.1 or greater from now on.
(edit) @161 [161] 10 months why * lib/hpricot/traverse.rb: slight fixes from wycats for …
(edit) @160 [160] 10 months why * lib/hpricot/elements.rb: a more liberal xpath attr parsing from ticket …
(edit) @159 [159] 11 months why * Rakefile: use RbConfig? and RUBY_PLATFORM for Ruby 1.9.
(edit) @158 [158] 11 months why * ext/hpricot_scan/hpricot_scan.rl: using RSTRING_PTR and RSTRING_LEN to …
(edit) @157 [157] 13 months why * ext/fast_xs: import the fast_xs extension.
(edit) @156 [156] 13 months why * Rakefile: build fast_xs, along with hpricot_scan. * lib/hpricot: use …
(edit) @155 [155] 15 months why * lib/hpricot/traverse.rb: Element.make, for building fragments using the …
(edit) @154 [154] 17 months why * lib/hpricot/tag.rb: bug in quoting of attributes, found by mikel …
(edit) @152 [152] 18 months why * Rakefile: prepping for 0.6 release.
(edit) @151 [151] 18 months why * lib/hpricot/parse.rb: further downcasing of empty element tags in HTML …
(edit) @150 [150] 18 months why * lib/hpricot/elements.rb: added block syntax to attr, new methods …
(edit) @149 [149] 18 months why * lib/hpricot/traverse.rb: removed references to Hpricot::Loc.
(edit) @148 [148] 18 months why * Rakefile: install the shared lib into a platform-specific directory. …
(edit) @147 [147] 18 months why * lib/hpricot/parse.rb: well well well. a bunch of tags and attrs weren't …
(edit) @146 [146] 18 months why * ext/hpricot_scan/hpricot_common.rl: more flexibility in the xml procins …
(edit) @145 [145] 18 months why * lib/hpricot/: wrapped up the rest of wycats' patch. no [] syntax for …
(edit) @144 [144] 19 months lwu wycats's selector patches for jQuery compatibility (see ticket #85 for …
(edit) @143 [143] 19 months lwu Fix filter :contains to work with Ruby 1.8.x (ticket #75)
(edit) @142 [142] 20 months olabini Fix Block yielding; should yield one value, not four.
(edit) @141 [141] 20 months why * lib/hpricot/traverse.rb: honor the third dot in a Range, thanks MORGAN
(edit) @140 [140] 20 months why * lib/hpricot/builder.rb: ()
(edit) @139 [139] 20 months why * lib/hpricot/xchar.rb: in case of unknown characters. * …
(edit) @138 [138] 20 months why * lib/hpricot/traverse.rb: oh nuts, had no Elements.expand.
(edit) @137 [137] 20 months why * lib/hpricot/traverse.rb: new syntax for grabbing everything between two …
(edit) @136 [136] 20 months why * lib/hpricot/parse.rb: conflict between two variables, both named …
(edit) @135 [135] 20 months lwu Fix Hpricot java Ragel to work with JRuby-0.9.8 block.yield
(edit) @134 [134] 20 months why * lib/hpricot/inspect.rb: pretty printing of empty attributes.
(edit) @133 [133] 20 months why * test/: added the youtube test from whatever ticket, can't remember. * …
(edit) @132 [132] 20 months why * lib/hpricot/elements.rb: Elements#wrap now reparents okay (from piers in …
(edit) @131 [131] 20 months why * lib/hpricot/traverse.rb: spaces in the expression "html > body > p" were …
(edit) @130 [130] 20 months why * lib/hpricot/parse.rb: XML tags and attribs are no longer downcased. * …
(edit) @129 [129] 20 months olabini Fix compiling
(edit) @128 [128] 20 months why * lib/hpricot/builder.rb: pass in ivars as markaby would do if it were …
(edit) @127 [127] 20 months why * lib/hpricot: raw_attributes and attributes, as suggested on the ml.
(edit) @126 [126] 21 months why * ext/hpricot_scan: working on slash escaping in attributes, for no …
(edit) @125 [125] 21 months why * lib/hpricot: more work on the markaby-like stuff, entities, simplifying …
(edit) @124 [124] 21 months why * Rakefile: win32 gems mis-named, tossin 404, fix from Lionel Orry. * …
(edit) @123 [123] 21 months why * lib/hpricot: messing around with using Hpricot and inline Markaby.
(edit) @122 [122] 21 months why * lib/hpricot/traverse.rb: preceding_siblings and following_siblings from …
(edit) @121 [121] 21 months why * test/files/pace_application.html: ohhh, this has been long missing.
(edit) @120 [120] 21 months why * lib/hpricot/elements.rb: the attribute predicate regexp was just going …
(edit) @119 [119] 21 months why * lib/hpricot/elements.rb: starting work on attr method.
(edit) @118 [118] 21 months why * ext/hpricot_scan/hpricot_scan.java.rl: update to JRuby 0.9.8's new …
(edit) @117 [117] 22 months lwu s/bad argument/bad Hpricot argument/ to make hpricot_scan arg error more …
(edit) @116 [116] 22 months why * ext/hpricot_scan/hpricot_common.rl: leave \r out of unquote …
(edit) @115 [115] 22 months olabini JRuby has removed support for the IRuby interface, so hpricot must follow …
(edit) @114 [114] 22 months lwu Add test/files/why.xml
(edit) @113 [113] 22 months lwu Undo replace of Elements.empty with Elements.empty!
(edit) @112 [112] 22 months lwu Fix Traverse.before(html) -- ticket #61
(edit) @111 [111] 22 months why * Rakefile: add 'jruby' as gem platform and update to 0.5.
(edit) @110 [110] 22 months why * ext/hpricot_scan/hpricot_common.rl: hurray, the grammar shared between …
(edit) @109 [109] 22 months why * ext/hpricot_scan/hpricot_scan.java.rl: check this out! ola bini …
(edit) @107 [107] 22 months why * CHANGELOG: a summary of 0.5.
(edit) @106 [106] 22 months why * lib/hpricot/elements.rb: here we go. now support for `a[text()="Click …
(edit) @105 [105] 22 months lwu Line break elements.rb comments
(edit) @104 [104] 22 months lwu Make README line breaks a bit more consistent for readability
(edit) @103 [103] 22 months lwu :fixup two Hpricot README typos
(edit) @102 [102] 22 months why * Rakefile: generate RDoc with the README at front. * README: a bit more …
(edit) @101 [101] 22 months why * ext/hpricot_scan/hpricot_scan.rl: suppress the @buffer_size warning …
(edit) @100 [100] 22 months why * lib/hpricot/inspect.rb: simplify display of text nodes in inspect to a …
(edit) @99 [99] 23 months why * lib/hpricot/traverse.rb: okay, colons in tag names work okay. it's not …
(edit) @98 [98] 23 months why * ext/hpricot_scan/hpricot_scan.rl: added buffer_size to allow …
(edit) @97 [97] 23 months why * lib/hpricot/elements.rb: the block for first and last predicates …
(edit) @96 [96] 23 months why * test/files/cy0.html: adding another test file, half-a-meg.
(edit) @95 [95] 23 months why * lib/hpricot/parse.rb: no raw strings for text, cdata, comment, procins. …
(edit) @94 [94] 23 months why * lib/hpricot/parse.rb: bogus end tags were being created incorrectly. …
(edit) @93 [93] 2 years why * lib/hpricot/tag.rb: suppressing splat warnings.
(edit) @92 [92] 2 years why * lib/hpricot/tag.rb: basic img tag in to_plain_text. * …
(edit) @91 [91] 2 years why * lib/hpricot/traverse.rb: added the to_plain_text method which will …
(edit) @90 [90] 2 years why * lib/hpricot/traverse.rb: added siblings_at and nodes_at, recommended …
(edit) @89 [89] 2 years why * lib/hpricot/elements.rb: slight improvement to the xpath parser. i …
(edit) @88 [88] 2 years why * test/test_parser.rb: looks like comment() is working as well.
(edit) @87 [87] 2 years why * lib/hpricot/elements.rb: added support for selecting text nodes with …
(edit) @86 [86] 2 years why * lib/hpricot/tag.rb: add CData class for outputting CData sections …
(edit) @85 [85] 2 years why * ext/hpricot_scan/hpricot_scan.rl: not sure why the buffer in the scanner …
(edit) @84 [84] 2 years why * lib/hpricot/parse.rb: empty comments were causing exceptions. thanks, …
(edit) @83 [83] 2 years why * test: Undo commits 78-82.
(edit) @82 [82] 2 years llebron Removed file/folder
(edit) @81 [81] 2 years llebron Removed file/folder
(edit) @80