1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266
|
------------------------------------------------------------------------
r328 | thomas | 2005-07-05 16:10:02 +0200 (Tue, 05 Jul 2005) | 1 line
Changed paths:
M /trunk/cmdparse/Rakefile
M /trunk/cmdparse/doc/src/index.page
M /trunk/cmdparse/lib/cmdparse.rb
* added possibility to parse global options, command and local options separately
------------------------------------------------------------------------
r302 | thomas | 2005-06-16 12:02:37 +0200 (Thu, 16 Jun 2005) | 1 line
Changed paths:
M /trunk/cmdparse/doc/src/index.page
* updated index.page
------------------------------------------------------------------------
r298 | thomas | 2005-06-14 11:31:47 +0200 (Tue, 14 Jun 2005) | 1 line
Changed paths:
M /trunk/cmdparse/doc/src/index.page
* updated docu
------------------------------------------------------------------------
r297 | thomas | 2005-06-14 11:30:22 +0200 (Tue, 14 Jun 2005) | 3 lines
Changed paths:
M /trunk/cmdparse/lib/cmdparse.rb
* bumped version number to 1.0.4
* bug fix for older ruby versions
* fixed bug: OptionParser::ParseError not caught when command executed
------------------------------------------------------------------------
r291 | thomas | 2005-06-09 12:24:24 +0200 (Thu, 09 Jun 2005) | 1 line
Changed paths:
M /trunk/cmdparse/doc/src/index.page
* small docu change
------------------------------------------------------------------------
r290 | thomas | 2005-06-09 12:19:20 +0200 (Thu, 09 Jun 2005) | 1 line
Changed paths:
M /trunk/cmdparse/doc/src/default.template
------------------------------------------------------------------------
r285 | thomas | 2005-05-21 14:05:54 +0200 (Sat, 21 May 2005) | 1 line
Changed paths:
M /trunk/cmdparse/doc/src/default.template
* added validation images to default.template
------------------------------------------------------------------------
r284 | thomas | 2005-05-21 13:16:15 +0200 (Sat, 21 May 2005) | 3 lines
Changed paths:
M /trunk/cmdparse/README
M /trunk/cmdparse/Rakefile
M /trunk/cmdparse/TODO
A /trunk/cmdparse/doc/plugin
A /trunk/cmdparse/doc/plugin/extract.rb
A /trunk/cmdparse/doc/src/about.page
M /trunk/cmdparse/doc/src/default.css
M /trunk/cmdparse/doc/src/default.template
A /trunk/cmdparse/doc/src/documentation.page
M /trunk/cmdparse/doc/src/download.page
M /trunk/cmdparse/doc/src/features.page
M /trunk/cmdparse/doc/src/index.page
M /trunk/cmdparse/doc/src/meta.info
M /trunk/cmdparse/lib/cmdparse.rb
M /trunk/cmdparse/test.rb
* added optional graceful exception handling to CommandParser
* added two doc pages: about.page and documentation.page
* uniformed naming: only <cmdparse> valid anymore
------------------------------------------------------------------------
r265 | thomas | 2005-04-21 12:57:51 +0200 (Thu, 21 Apr 2005) | 1 line
Changed paths:
M /trunk/cmdparse/doc/src/index.page
* updated doc
------------------------------------------------------------------------
r246 | thomas | 2005-04-13 15:36:19 +0200 (Wed, 13 Apr 2005) | 1 line
Changed paths:
M /trunk/cmdparse/lib/cmdparse.rb
M /trunk/cmdparse/test.rb
* splitted parsing of the arguments and executing the command into two methods
------------------------------------------------------------------------
r242 | thomas | 2005-04-13 13:42:24 +0200 (Wed, 13 Apr 2005) | 1 line
Changed paths:
M /trunk/cmdparse/README
------------------------------------------------------------------------
r241 | thomas | 2005-04-13 13:41:16 +0200 (Wed, 13 Apr 2005) | 3 lines
Changed paths:
M /trunk/cmdparse/README
M /trunk/cmdparse/Rakefile
M /trunk/cmdparse/TODO
A /trunk/cmdparse/logo.svg
M /trunk/cmdparse/test.rb
* added logo.svg
* adapted test.rb
* minor modifcation in Rakefile
------------------------------------------------------------------------
r240 | thomas | 2005-04-13 13:40:39 +0200 (Wed, 13 Apr 2005) | 4 lines
Changed paths:
M /trunk/cmdparse/lib/cmdparse.rb
* added NoCommandGivenError class
* renamed class InvalidCommand to InvalidCommandError
* added option for specifying default command
* bumped version number to 1.0.1
------------------------------------------------------------------------
r239 | thomas | 2005-04-13 13:38:04 +0200 (Wed, 13 Apr 2005) | 3 lines
Changed paths:
M /trunk/cmdparse/doc/src/default.css
M /trunk/cmdparse/doc/src/default.template
M /trunk/cmdparse/doc/src/download.page
M /trunk/cmdparse/doc/src/features.page
M /trunk/cmdparse/doc/src/index.page
A /trunk/cmdparse/doc/src/logo.png
M /trunk/cmdparse/doc/src/meta.info
* added logo
* converted pages to use textile markup
* added news section on homepage
------------------------------------------------------------------------
r238 | thomas | 2005-04-13 12:06:31 +0200 (Wed, 13 Apr 2005) | 2 lines
Changed paths:
M /trunk/cmdparse/doc/src/default.css
M /trunk/cmdparse/doc/src/default.template
D /trunk/cmdparse/doc/src/download.fragment
A /trunk/cmdparse/doc/src/download.page (from /trunk/cmdparse/doc/src/download.fragment:235)
D /trunk/cmdparse/doc/src/features.fragment
A /trunk/cmdparse/doc/src/features.page (from /trunk/cmdparse/doc/src/features.fragment:235)
D /trunk/cmdparse/doc/src/index.fragment
A /trunk/cmdparse/doc/src/index.page (from /trunk/cmdparse/doc/src/index.fragment:235)
A /trunk/cmdparse/doc/src/meta.info (from /trunk/cmdparse/doc/src/metainfo.backing:235)
D /trunk/cmdparse/doc/src/metainfo.backing
* updated documentation pages to webgen 0.3.1
* added new default.template and css file
------------------------------------------------------------------------
r235 | thomas | 2005-04-13 11:17:35 +0200 (Wed, 13 Apr 2005) | 1 line
Changed paths:
A /trunk/cmdparse (from /trunk/commandparser:165)
* renamed commandparser dir to cmdparse
------------------------------------------------------------------------
r165 | thomas | 2005-01-13 17:33:02 +0100 (Thu, 13 Jan 2005) | 1 line
Changed paths:
D /temp
A /trunk (from /temp:163)
add finally arrived at the destination
------------------------------------------------------------------------
r163 | thomas | 2005-01-13 17:31:39 +0100 (Thu, 13 Jan 2005) | 1 line
Changed paths:
A /temp
A /temp/commandparser (from /trunk/commandparser/trunk:162)
A /temp/programs (from /trunk/miscprograms/trunk:162)
A /temp/rubyquiz (from /trunk/rubyquiz:162)
A /temp/webgen (from /trunk/webgen/trunk:162)
A /temp/xmlresume2x (from /trunk/xmlresume2x/trunk:162)
D /trunk/commandparser/trunk
D /trunk/miscprograms/trunk
D /trunk/rubyquiz
D /trunk/webgen/trunk
D /trunk/webgen/versions/webgen-0.1.0
D /trunk/webgen/versions/webgen-0.2.0
D /trunk/xmlresume2x/trunk
D /trunk/xmlresume2x/versions/xmlresume2x-0.1.0
D /trunk/xmlresume2x/versions/xmlresume2x-0.2.0
D /trunk/xmlresume2x/versions/xmlresume2x-0.2.1
A /versions
A /versions/webgen-0.1.0 (from /trunk/webgen/versions/webgen-0.1.0:162)
A /versions/webgen-0.2.0 (from /trunk/webgen/versions/webgen-0.2.0:162)
A /versions/xmlresume2x-0.1.0 (from /trunk/xmlresume2x/versions/xmlresume2x-0.1.0:162)
A /versions/xmlresume2x-0.2.0 (from /trunk/xmlresume2x/versions/xmlresume2x-0.2.0:162)
A /versions/xmlresume2x-0.2.1 (from /trunk/xmlresume2x/versions/xmlresume2x-0.2.1:162)
moved stuff around and around
------------------------------------------------------------------------
r14 | thomas | 2004-09-30 17:54:54 +0200 (Thu, 30 Sep 2004) | 2 lines
Changed paths:
M /trunk/commandparser/trunk/lib/cmdparse.rb
M /trunk/commandparser/trunk/test.rb
* added the directory lib to the loadpath of test.rb
* the "--help" and "-h" global options now take a command as optional argument
------------------------------------------------------------------------
r12 | thomas | 2004-09-27 18:46:38 +0200 (Mon, 27 Sep 2004) | 1 line
Changed paths:
M /trunk/commandparser/trunk/Rakefile
M /trunk/commandparser/trunk/doc/src/download.fragment
* corrected an error in the <Download> page and in the Rakefile
------------------------------------------------------------------------
r10 | thomas | 2004-09-27 18:22:39 +0200 (Mon, 27 Sep 2004) | 3 lines
Changed paths:
M /trunk/commandparser/trunk/Rakefile
M /trunk/commandparser/trunk/doc/src/default.template
M /trunk/commandparser/trunk/lib/cmdparse.rb
* changed version to 1.0.0
* updated Rakefile
* minor change in documentation template
------------------------------------------------------------------------
r9 | thomas | 2004-09-27 18:11:36 +0200 (Mon, 27 Sep 2004) | 1 line
Changed paths:
M /trunk/commandparser/trunk/README
M /trunk/commandparser/trunk/Rakefile
A /trunk/commandparser/trunk/doc/src/default.css
A /trunk/commandparser/trunk/doc/src/default.template
A /trunk/commandparser/trunk/doc/src/download.fragment
A /trunk/commandparser/trunk/doc/src/features.fragment
A /trunk/commandparser/trunk/doc/src/index.fragment
A /trunk/commandparser/trunk/doc/src/metainfo.backing
M /trunk/commandparser/trunk/lib/cmdparse.rb
* added some documentation to the doc folder
------------------------------------------------------------------------
r8 | thomas | 2004-09-27 17:45:02 +0200 (Mon, 27 Sep 2004) | 2 lines
Changed paths:
A /trunk/commandparser/trunk/doc/src
M /trunk/commandparser/trunk/lib/cmdparse.rb
M /trunk/commandparser/trunk/test.rb
* added VersionCommand class
* added example to rdoc documentation
------------------------------------------------------------------------
r7 | thomas | 2004-09-26 18:27:54 +0200 (Sun, 26 Sep 2004) | 3 lines
Changed paths:
A /trunk/commandparser/trunk/COPYING
A /trunk/commandparser/trunk/README
A /trunk/commandparser/trunk/Rakefile
D /trunk/commandparser/trunk/cmdparse.rb
A /trunk/commandparser/trunk/doc
A /trunk/commandparser/trunk/lib
A /trunk/commandparser/trunk/lib/cmdparse.rb (from /trunk/commandparser/trunk/cmdparse.rb:6)
A /trunk/commandparser/trunk/setup.rb
* added standard files: COPYING, README, Rakefile, setup.rb
* moved cmdparse.rb into lib directory
* added documentation
------------------------------------------------------------------------
r6 | thomas | 2004-09-23 17:19:11 +0200 (Thu, 23 Sep 2004) | 3 lines
Changed paths:
M /trunk/commandparser/trunk/TODO
M /trunk/commandparser/trunk/cmdparse.rb
M /trunk/commandparser/trunk/test.rb
* remove error checking in main part so that error fall threw
* added new commands to OptionParser class to get unchanged values
* added <good> behaviour for usage and banner lines
------------------------------------------------------------------------
r5 | thomas | 2004-09-22 20:16:29 +0200 (Wed, 22 Sep 2004) | 1 line
Changed paths:
A /trunk/commandparser/trunk/TODO
A /trunk/commandparser/trunk/cmdparse.rb
A /trunk/commandparser/trunk/test.rb
* initial import
------------------------------------------------------------------------
r3 | thomas | 2004-09-22 20:15:42 +0200 (Wed, 22 Sep 2004) | 1 line
Changed paths:
A /trunk/commandparser/trunk
------------------------------------------------------------------------
|