root

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @164 [164] 11 months mental extension fix thing from Dean Scarff
(edit) @163 [163] 14 months mental fix RSS/Atom formatting bug
(edit) @162 [162] 21 months pvtilburg Solve XPath/namespace problems (compatibility issues with Ruby 1.8.6) by …
(edit) @161 [161] 21 months pvtilburg Also fix patch for modified skel_* method API.
(edit) @160 [160] 21 months mental not really prepared for xhtml yet
(edit) @159 [159] 21 months mental fix Atom issues which snuck by me earlier somehow
(edit) @158 [158] 21 months mental get this page path thing sorted out a little better
(edit) @157 [157] 2 years mental * lib/hobix/weblog.rb: no longer add dir to page path, since it is also …
(edit) @156 [156] 2 years wwwwolf Filtering empty tags; if the tag is nil or empty, this would generate …
(edit) @155 [155] 2 years mental add heuristic to permit native paths on Windows ... file URIs would have …
(edit) @154 [154] 2 years mental Months patch from Christian Simonutti
(edit) @153 [153] 2 years pvtilburg Added Akismet plugin to fight comment spam. Plugin courtesy of Bradford …
(edit) @152 [152] 2 years why A prototype for a new Hobix with Ferret and Camping assisting.
(edit) @151 [151] 2 years mental quote Ajax request path for preview
(edit) @150 [150] 2 years mental use xml:base rather than rewriting image urls in Atom feeds
(edit) @149 [149] 2 years mental * lib/hobix/out/rss.rb: mangle RSS titles to avoid the RSS HTML/plaintext …
(edit) @148 [148] 2 years mental * lib/hobix/out/quick.rb: make Atom the advertised feed format in the …
(edit) @147 [147] 2 years mental * lib/hobix/out/atom.rb: make self-ref absolute (is this the right way to …
(edit) @146 [146] 2 years mental * lib/hobix/out/atom.rb: generate rel="self" atom:link
(edit) @145 [145] 2 years mental * lib/hobix.rb: bump Hobix::VERSION to 0.5
(edit) @144 [144] 2 years pvtilburg Removed the calender fillers at the end for the table. Resolved XHTML …
(edit) @143 [143] 2 years pvtilburg Having <a name="<id>"> and also later id="<same id>" is illegal! Removing …
(edit) @142 [142] 2 years pvtilburg * Synchronize date & time formatting throughout Hobix. I've used as …
(edit) @141 [141] 2 years pvtilburg Use weblog.expand_path entry.id instead of entry.link. This works …
(edit) @140 [140] 2 years pvtilburg Add an each-method proxy for LinkList? to its links, needed by some parts …
(edit) @139 [139] 2 years pvtilburg Display the text 'No comments (yet)!' if there are no comments instead …
(edit) @138 [138] 2 years mazirian Fix the fix that makes proper links in the comment forms for blogs in …
(edit) @137 [137] 2 years mental expand tag URL more helpfully/relatively
(edit) @136 [136] 2 years mental update LinkList? for current API
(edit) @135 [135] 2 years mental expand blog paths for comment AJAX
(edit) @134 [134] 2 years mental use Weblog#expand_path for post-comment redirect in comments facet
(edit) @133 [133] 2 years mental really fix .htaccess
(edit) @132 [132] 2 years mental fix htaccess (I think)
(edit) @131 [131] 2 years mental upgrade setup.rb
(edit) @130 [130] 2 years mental emit valid Atom 1.0
(edit) @129 [129] 2 years mental REXML quoting hack for Atom output too
(edit) @128 [128] 2 years mental disposed of gemspec, obsoleted by Rakefile
(edit) @127 [127] 2 years why * Rakefile: for packaging gems, zip, tar.gz. * lib/hobix.rb: other …
(edit) @126 [126] 3 years mental fix "hobix blogs" for when there is a list of blogs, but nothing in it
(edit) @125 [125] 3 years mental change entry content style to :literal rather than :fold to avoid Syck …
(edit) @124 [124] 3 years why * lib/hobix/storage/filesys.rb: Added file locking. * …
(edit) @123 [123] 3 years mental minor tweak
(edit) @122 [122] 3 years mental use umask rather than explicit chmods when creating weblog files and …
(edit) @121 [121] 3 years mental Quick, ugly workaround for REXML quoting bug.
(edit) @120 [120] 3 years why lib/hobix/base.rb: adding updated timestamp to all content …
(edit) @119 [119] 3 years why Updated README with new repository info.
(edit) @118 [118] 3 years sleeper Allow removal of index.search and index.hobix, for all the blogs, when …
(edit) @117 [117] 3 years why - Hobix.gemspec: version 0.4.
(edit) @116 [116] 3 years sleeper Allows user to continue to post entries when using 0.4 + Ruby 1.8.3 In …
(edit) @115 [115] 3 years sleeper Introduced staging stuff through HOBIX_ENV variable
(edit) @114 [114] 3 years why make-go.rb: share nuke warning. yaml update. …
(edit) @113 [113] 3 years sleeper Fix to support ruby 1.8.3 - Credits to Tilman Sauerbeck
(edit) @112 [112] 3 years sleeper - in a skel file name is changed to _ to give a chance Hobix to find out …
(edit) @111 [111] 3 years why - lib/hobix/base.rb: HTTP authorization. - lib/hobix/weblog.rb: Load …
(edit) @110 [110] 3 years sleeper We referenced sidebar_tag_list in the aliased sidebar_list_erb function
(edit) @109 [109] 3 years wmorgan trackback support, courtesy of leon breedt. comments.rb: comment entry …
(edit) @108 [108] 3 years wmorgan sections.rb: this has long been moved to …
(edit) @107 [107] 3 years wmorgan enhancements to rss feed: user-specified namespaces and XML …
(edit) @106 [106] 3 years wmorgan meta-tag xhtml compliance patch from leon breedt
(edit) @105 [105] 3 years wmorgan comments.rb: removed touching of entry file when new comments are …
(edit) @104 [104] 3 years why - lib/hobix/weblog.rb: can use `observe' on sections to invoke opposite …
(edit) @103 [103] 3 years why - lib/hobix/base.rb: Core renamed to BaseContent?. - …
(edit) @102 [102] 3 years why - lib/hobix/commandline.rb: dashes in URLs treated as word separators when …
(edit) @101 [101] 3 years why - lib/hobix/base.rb: entry links pass through the Core::url_link and …
(edit) @100 [100] 3 years sleeper Current class may not have a @props defined
(edit) @99 [99] 3 years why - lib/hobix/facets/publisher.rb: saving of entries.
(edit) @98 [98] 3 years why - lib/hobix/publisher.rb: the new publishing interface.
(edit) @97 [97] 3 years why - lib/hobix/datamarsh.rb: Marshal + DBM.
(edit) @96 [96] 3 years why - lib/hobix/search/simple.rb: new search index for cataloging words and …
(edit) @95 [95] 3 years mental use Tempfile for portability rather than rolling our own
(edit) @94 [94] 3 years mental commit the less controversial bits of typed posting
(edit) @93 [93] 3 years mental whoops, fix typo
(edit) @92 [92] 3 years mental minor backwards compatability tweak
(edit) @91 [91] 3 years mental native path correctness
(edit) @90 [90] 3 years mental avoid crash with subindex thingies
(edit) @89 [89] 3 years wmorgan commandline.rb: whoops. small thinko on the re-edit stuff.
(edit) @88 [88] 3 years wmorgan commandline.rb: for 'hobix post' with external editors, if an error …
(edit) @87 [87] 3 years mental create category directory as needed
(edit) @86 [86] 3 years mental removed files generated at installation time
(edit) @85 [85] 3 years wmorgan recent_comments.rb: added
(edit) @84 [84] 3 years why - lib/hobix/linklist.rb: moved to new Hobix::BaseEntry?.yaml_type method - …
(edit) @83 [83] 3 years why - lib/hobix/base.rb: title and content aren't required fields. Simplified …
(edit) @82 [82] 3 years why - lib/hobix/search: new search index ripped from SimpleSearch? by Dave …
(edit) @81 [81] 3 years sleeper Some page path may change after they have been declared as published ... …
(edit) @80 [80] 3 years sleeper Allow plugin to dynamically change the page path
(edit) @79 [79] 3 years why - lib/hobix/api.rb: remote API, currently usable over HTTP! - …
(edit) @78 [78] 3 years why - lib/hobix/util/patcher.rb: cool! switched to a new YAML-based patch …
(edit) @77 [77] 4 years wmorgan Plugins added to CVS. - bloglines.rb: sidebar Bloglines blogroll - …
(edit) @76 [76] 4 years wmorgan - share/default-blog.cgi.patch: typo (missing ! in shebang)
(edit) @75 [75] 4 years sleeper When an entry is at the root of the blog (i.e. in entries directory), the …
(edit) @74 [74]