Gentoo Archives: gentoo-commits

From: Alex Legler <a3li@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/glsamaker:master commit in: lib/, app/models/, test/unit/, lib/glsamaker/, config/environments/, ...
Date: Sat, 26 Feb 2011 12:32:43
Message-Id: f2a2d68535bd2a2b953a89b7b1c73aa757a7ac58.a3li@gentoo
1 commit: f2a2d68535bd2a2b953a89b7b1c73aa757a7ac58
2 Author: Alex Legler <alex <AT> a3li <DOT> li>
3 AuthorDate: Sat Feb 26 12:31:54 2011 +0000
4 Commit: Alex Legler <a3li <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 26 12:31:54 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/glsamaker.git;a=commit;h=f2a2d685
7
8 It's 2011
9
10 ---
11 app/controllers/application_controller.rb | 2 +-
12 app/controllers/bug_controller.rb | 2 +-
13 app/controllers/index_controller.rb | 2 +-
14 app/controllers/tools_controller.rb | 2 +-
15 app/helpers/application_helper.rb | 2 +-
16 app/helpers/glsa_helper.rb | 2 +-
17 app/helpers/index_helper.rb | 2 +-
18 app/helpers/tools_helper.rb | 2 +-
19 app/models/bug.rb | 2 +-
20 app/models/comment.rb | 2 +-
21 app/models/glsa.rb | 2 +-
22 app/models/package.rb | 2 +-
23 app/models/reference.rb | 2 +-
24 app/models/revision.rb | 2 +-
25 app/models/user.rb | 2 +-
26 config/environments/test.rb | 2 +-
27 config/initializers/backtrace_silencers.rb | 2 +-
28 config/initializers/bundler_ext.rb | 2 +-
29 config/initializers/glsamaker-global.rb | 2 +-
30 config/initializers/mime_types.rb | 2 +-
31 config/initializers/new_rails_defaults.rb | 2 +-
32 ...90410212600_add_revisions_user_id_constraint.rb | 2 +-
33 lib/authentication.rb | 2 +-
34 lib/bugzilla.rb | 2 +-
35 lib/bugzilla/bug.rb | 2 +-
36 lib/bugzilla/comment.rb | 2 +-
37 lib/bugzilla/history.rb | 2 +-
38 lib/glsamaker.rb | 2 +-
39 lib/glsamaker/bugs.rb | 4 ++--
40 lib/glsamaker/diff.rb | 4 ++--
41 lib/glsamaker/helpers.rb | 2 +-
42 lib/glsamaker/http.rb | 4 ++--
43 lib/glsamaker/portage.rb | 4 ++--
44 lib/tasks/utils.rb | 2 +-
45 test/unit/user_test.rb | 2 +-
46 35 files changed, 39 insertions(+), 39 deletions(-)
47
48 diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb
49 index 871a016..3b8b8ab 100644
50 --- a/app/controllers/application_controller.rb
51 +++ b/app/controllers/application_controller.rb
52 @@ -1,5 +1,5 @@
53 # ===GLSAMaker v2
54 -# Copyright (C) 2009 Alex Legler <a3li@g.o>
55 +# Copyright (C) 2009-2011 Alex Legler <a3li@g.o>
56 # Copyright (C) 2009 Pierre-Yves Rofes <py@g.o>
57 #
58 # This program is free software: you can redistribute it and/or modify
59
60 diff --git a/app/controllers/bug_controller.rb b/app/controllers/bug_controller.rb
61 index a7d7af0..83672bb 100644
62 --- a/app/controllers/bug_controller.rb
63 +++ b/app/controllers/bug_controller.rb
64 @@ -1,5 +1,5 @@
65 # ===GLSAMaker v2
66 -# Copyright (C) 2009 Alex Legler <a3li@g.o>
67 +# Copyright (C) 2009-2011 Alex Legler <a3li@g.o>
68 # Copyright (C) 2009 Pierre-Yves Rofes <py@g.o>
69 #
70 # This program is free software: you can redistribute it and/or modify
71
72 diff --git a/app/controllers/index_controller.rb b/app/controllers/index_controller.rb
73 index 19e8f4e..e5d9a2a 100644
74 --- a/app/controllers/index_controller.rb
75 +++ b/app/controllers/index_controller.rb
76 @@ -1,5 +1,5 @@
77 # ===GLSAMaker v2
78 -# Copyright (C) 2009 Alex Legler <a3li@g.o>
79 +# Copyright (C) 2009-2011 Alex Legler <a3li@g.o>
80 # Copyright (C) 2009 Pierre-Yves Rofes <py@g.o>
81 #
82 # This program is free software: you can redistribute it and/or modify
83
84 diff --git a/app/controllers/tools_controller.rb b/app/controllers/tools_controller.rb
85 index 986f71d..bc26acc 100644
86 --- a/app/controllers/tools_controller.rb
87 +++ b/app/controllers/tools_controller.rb
88 @@ -1,5 +1,5 @@
89 # ===GLSAMaker v2
90 -# Copyright (C) 2009 Alex Legler <a3li@g.o>
91 +# Copyright (C) 2009-2011 Alex Legler <a3li@g.o>
92 # Copyright (C) 2009 Pierre-Yves Rofes <py@g.o>
93 #
94 # This program is free software: you can redistribute it and/or modify
95
96 diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb
97 index 142952d..252abe2 100644
98 --- a/app/helpers/application_helper.rb
99 +++ b/app/helpers/application_helper.rb
100 @@ -91,4 +91,4 @@ module ApplicationHelper
101 'normal'
102 end
103 end
104 -end
105 \ No newline at end of file
106 +end
107
108 diff --git a/app/helpers/glsa_helper.rb b/app/helpers/glsa_helper.rb
109 index b21eded..832e570 100644
110 --- a/app/helpers/glsa_helper.rb
111 +++ b/app/helpers/glsa_helper.rb
112 @@ -1,5 +1,5 @@
113 # ===GLSAMaker v2
114 -# Copyright (C) 2009 Alex Legler <a3li@g.o>
115 +# Copyright (C) 2009-2011 Alex Legler <a3li@g.o>
116 # Copyright (C) 2009 Pierre-Yves Rofes <py@g.o>
117 #
118 # This program is free software: you can redistribute it and/or modify
119
120 diff --git a/app/helpers/index_helper.rb b/app/helpers/index_helper.rb
121 index 02274da..ea82a6a 100644
122 --- a/app/helpers/index_helper.rb
123 +++ b/app/helpers/index_helper.rb
124 @@ -1,5 +1,5 @@
125 # ===GLSAMaker v2
126 -# Copyright (C) 2009 Alex Legler <a3li@g.o>
127 +# Copyright (C) 2009-2011 Alex Legler <a3li@g.o>
128 # Copyright (C) 2009 Pierre-Yves Rofes <py@g.o>
129 #
130 # This program is free software: you can redistribute it and/or modify
131
132 diff --git a/app/helpers/tools_helper.rb b/app/helpers/tools_helper.rb
133 index d2a0c97..5fa4f26 100644
134 --- a/app/helpers/tools_helper.rb
135 +++ b/app/helpers/tools_helper.rb
136 @@ -1,5 +1,5 @@
137 # ===GLSAMaker v2
138 -# Copyright (C) 2009 Alex Legler <a3li@g.o>
139 +# Copyright (C) 2009-2011 Alex Legler <a3li@g.o>
140 # Copyright (C) 2009 Pierre-Yves Rofes <py@g.o>
141 #
142 # This program is free software: you can redistribute it and/or modify
143
144 diff --git a/app/models/bug.rb b/app/models/bug.rb
145 index de37f47..9c302bb 100644
146 --- a/app/models/bug.rb
147 +++ b/app/models/bug.rb
148 @@ -1,5 +1,5 @@
149 # ===GLSAMaker v2
150 -# Copyright (C) 2009 Alex Legler <a3li@g.o>
151 +# Copyright (C) 2009-2011 Alex Legler <a3li@g.o>
152 # Copyright (C) 2009 Pierre-Yves Rofes <py@g.o>
153 #
154 # This program is free software: you can redistribute it and/or modify
155
156 diff --git a/app/models/comment.rb b/app/models/comment.rb
157 index 026e8b3..e583c53 100644
158 --- a/app/models/comment.rb
159 +++ b/app/models/comment.rb
160 @@ -1,5 +1,5 @@
161 # ===GLSAMaker v2
162 -# Copyright (C) 2009 Alex Legler <a3li@g.o>
163 +# Copyright (C) 2009-2011 Alex Legler <a3li@g.o>
164 # Copyright (C) 2009 Pierre-Yves Rofes <py@g.o>
165 #
166 # This program is free software: you can redistribute it and/or modify
167
168 diff --git a/app/models/glsa.rb b/app/models/glsa.rb
169 index 764ef72..308a2c2 100644
170 --- a/app/models/glsa.rb
171 +++ b/app/models/glsa.rb
172 @@ -1,5 +1,5 @@
173 # ===GLSAMaker v2
174 -# Copyright (C) 2009 Alex Legler <a3li@g.o>
175 +# Copyright (C) 2009-2011 Alex Legler <a3li@g.o>
176 # Copyright (C) 2009 Pierre-Yves Rofes <py@g.o>
177 #
178 # This program is free software: you can redistribute it and/or modify
179
180 diff --git a/app/models/package.rb b/app/models/package.rb
181 index 84b0508..0246079 100644
182 --- a/app/models/package.rb
183 +++ b/app/models/package.rb
184 @@ -1,5 +1,5 @@
185 # ===GLSAMaker v2
186 -# Copyright (C) 2009 Alex Legler <a3li@g.o>
187 +# Copyright (C) 2009-2011 Alex Legler <a3li@g.o>
188 # Copyright (C) 2009 Pierre-Yves Rofes <py@g.o>
189 #
190 # This program is free software: you can redistribute it and/or modify
191
192 diff --git a/app/models/reference.rb b/app/models/reference.rb
193 index 8bcd982..f378cd4 100644
194 --- a/app/models/reference.rb
195 +++ b/app/models/reference.rb
196 @@ -1,5 +1,5 @@
197 # ===GLSAMaker v2
198 -# Copyright (C) 2009 Alex Legler <a3li@g.o>
199 +# Copyright (C) 2009-2011 Alex Legler <a3li@g.o>
200 # Copyright (C) 2009 Pierre-Yves Rofes <py@g.o>
201 #
202 # This program is free software: you can redistribute it and/or modify
203
204 diff --git a/app/models/revision.rb b/app/models/revision.rb
205 index 241c2c2..7132707 100644
206 --- a/app/models/revision.rb
207 +++ b/app/models/revision.rb
208 @@ -1,5 +1,5 @@
209 # ===GLSAMaker v2
210 -# Copyright (C) 2009 Alex Legler <a3li@g.o>
211 +# Copyright (C) 2009-2011 Alex Legler <a3li@g.o>
212 # Copyright (C) 2009 Pierre-Yves Rofes <py@g.o>
213 #
214 # This program is free software: you can redistribute it and/or modify
215
216 diff --git a/app/models/user.rb b/app/models/user.rb
217 index 6572026..cd6ce59 100644
218 --- a/app/models/user.rb
219 +++ b/app/models/user.rb
220 @@ -1,5 +1,5 @@
221 # ===GLSAMaker v2
222 -# Copyright (C) 2009 Alex Legler <a3li@g.o>
223 +# Copyright (C) 2009-2011 Alex Legler <a3li@g.o>
224 # Copyright (C) 2009 Pierre-Yves Rofes <py@g.o>
225 #
226 # This program is free software: you can redistribute it and/or modify
227
228 diff --git a/config/environments/test.rb b/config/environments/test.rb
229 index d6f80a4..3cae1a7 100644
230 --- a/config/environments/test.rb
231 +++ b/config/environments/test.rb
232 @@ -25,4 +25,4 @@ config.action_mailer.delivery_method = :test
233 # Use SQL instead of Active Record's schema dumper when creating the test database.
234 # This is necessary if your schema can't be completely dumped by the schema dumper,
235 # like if you have constraints or database-specific column types
236 -# config.active_record.schema_format = :sql
237 \ No newline at end of file
238 +# config.active_record.schema_format = :sql
239
240 diff --git a/config/initializers/backtrace_silencers.rb b/config/initializers/backtrace_silencers.rb
241 index c2169ed..370315d 100644
242 --- a/config/initializers/backtrace_silencers.rb
243 +++ b/config/initializers/backtrace_silencers.rb
244 @@ -4,4 +4,4 @@
245 # Rails.backtrace_cleaner.add_silencer { |line| line =~ /my_noisy_library/ }
246
247 # You can also remove all the silencers if you're trying do debug a problem that might steem from framework code.
248 -# Rails.backtrace_cleaner.remove_silencers!
249 \ No newline at end of file
250 +# Rails.backtrace_cleaner.remove_silencers!
251
252 diff --git a/config/initializers/bundler_ext.rb b/config/initializers/bundler_ext.rb
253 index adec6e2..0f897ec 100644
254 --- a/config/initializers/bundler_ext.rb
255 +++ b/config/initializers/bundler_ext.rb
256 @@ -24,4 +24,4 @@ module ActionView
257 end
258
259 ActionView::TemplateHandlers::BuilderOptions.margin = 0
260 -ActionView::TemplateHandlers::BuilderOptions.indent = 2
261 \ No newline at end of file
262 +ActionView::TemplateHandlers::BuilderOptions.indent = 2
263
264 diff --git a/config/initializers/glsamaker-global.rb b/config/initializers/glsamaker-global.rb
265 index 3fd47d0..87b7e13 100644
266 --- a/config/initializers/glsamaker-global.rb
267 +++ b/config/initializers/glsamaker-global.rb
268 @@ -1,2 +1,2 @@
269 # window stuff needed first
270 -ActionView::Helpers::AssetTagHelper::register_javascript_include_default 'modalbox'
271 \ No newline at end of file
272 +ActionView::Helpers::AssetTagHelper::register_javascript_include_default 'modalbox'
273
274 diff --git a/config/initializers/mime_types.rb b/config/initializers/mime_types.rb
275 index ea961ff..225703f 100644
276 --- a/config/initializers/mime_types.rb
277 +++ b/config/initializers/mime_types.rb
278 @@ -1,4 +1,4 @@
279 # Add new mime types for use in respond_to blocks:
280 Mime::Type.register "text/plain", :txt
281 # TODO: Change to something that downloads
282 -# Mime::Type.register "text/plain", :xml
283 \ No newline at end of file
284 +# Mime::Type.register "text/plain", :xml
285
286 diff --git a/config/initializers/new_rails_defaults.rb b/config/initializers/new_rails_defaults.rb
287 index 8ec3186..4f932c7 100644
288 --- a/config/initializers/new_rails_defaults.rb
289 +++ b/config/initializers/new_rails_defaults.rb
290 @@ -16,4 +16,4 @@ ActiveSupport.use_standard_json_time_format = true
291
292 # Don't escape HTML entities in JSON, leave that for the #json_escape helper.
293 # if you're including raw json in an HTML page.
294 -ActiveSupport.escape_html_entities_in_json = false
295 \ No newline at end of file
296 +ActiveSupport.escape_html_entities_in_json = false
297
298 diff --git a/db/migrate/20090410212600_add_revisions_user_id_constraint.rb b/db/migrate/20090410212600_add_revisions_user_id_constraint.rb
299 index 50ea166..18597cb 100644
300 --- a/db/migrate/20090410212600_add_revisions_user_id_constraint.rb
301 +++ b/db/migrate/20090410212600_add_revisions_user_id_constraint.rb
302 @@ -6,4 +6,4 @@ class AddRevisionsUserIdConstraint < ActiveRecord::Migration
303 def self.down
304 execute "ALTER TABLE `revisions` DROP FOREIGN KEY revisions_user_userid"
305 end
306 -end
307 \ No newline at end of file
308 +end
309
310 diff --git a/lib/authentication.rb b/lib/authentication.rb
311 index ad98c7f..5982201 100644
312 --- a/lib/authentication.rb
313 +++ b/lib/authentication.rb
314 @@ -1,5 +1,5 @@
315 # ===GLSAMaker v2
316 -# Copyright (C) 2009 Alex Legler <a3li@g.o>
317 +# Copyright (C) 2009-2011 Alex Legler <a3li@g.o>
318 # Copyright (C) 2009 Pierre-Yves Rofes <py@g.o>
319 #
320 # This program is free software: you can redistribute it and/or modify
321
322 diff --git a/lib/bugzilla.rb b/lib/bugzilla.rb
323 index 49df77b..5c8adea 100644
324 --- a/lib/bugzilla.rb
325 +++ b/lib/bugzilla.rb
326 @@ -1,5 +1,5 @@
327 # ===GLSAMaker v2
328 -# Copyright (C) 2009 Alex Legler <a3li@g.o>
329 +# Copyright (C) 2009-2011 Alex Legler <a3li@g.o>
330 # Copyright (C) 2009 Pierre-Yves Rofes <py@g.o>
331 #
332 # This program is free software: you can redistribute it and/or modify
333
334 diff --git a/lib/bugzilla/bug.rb b/lib/bugzilla/bug.rb
335 index 22be421..e49a245 100644
336 --- a/lib/bugzilla/bug.rb
337 +++ b/lib/bugzilla/bug.rb
338 @@ -136,4 +136,4 @@ module Bugzilla
339 node.children.first.content.strip
340 end
341 end
342 -end
343 \ No newline at end of file
344 +end
345
346 diff --git a/lib/bugzilla/comment.rb b/lib/bugzilla/comment.rb
347 index 7a91530..2cd9236 100644
348 --- a/lib/bugzilla/comment.rb
349 +++ b/lib/bugzilla/comment.rb
350 @@ -19,4 +19,4 @@ module Bugzilla
351 @date = Time.parse(date)
352 end
353 end
354 -end
355 \ No newline at end of file
356 +end
357
358 diff --git a/lib/bugzilla/history.rb b/lib/bugzilla/history.rb
359 index 6722b0b..fa00c01 100644
360 --- a/lib/bugzilla/history.rb
361 +++ b/lib/bugzilla/history.rb
362 @@ -101,4 +101,4 @@ module Bugzilla
363 "#{@user} changed at #{@time.to_s}: #{@changes.inspect}"
364 end
365 end
366 -end
367 \ No newline at end of file
368 +end
369
370 diff --git a/lib/glsamaker.rb b/lib/glsamaker.rb
371 index 3e4ccaf..d55bc81 100644
372 --- a/lib/glsamaker.rb
373 +++ b/lib/glsamaker.rb
374 @@ -1,5 +1,5 @@
375 # ===GLSAMaker v2
376 -# Copyright (C) 2009 Alex Legler <a3li@g.o>
377 +# Copyright (C) 2009-2011 Alex Legler <a3li@g.o>
378 # Copyright (C) 2009 Pierre-Yves Rofes <py@g.o>
379 #
380 # This program is free software: you can redistribute it and/or modify
381
382 diff --git a/lib/glsamaker/bugs.rb b/lib/glsamaker/bugs.rb
383 index 0363cd6..bed7085 100644
384 --- a/lib/glsamaker/bugs.rb
385 +++ b/lib/glsamaker/bugs.rb
386 @@ -1,5 +1,5 @@
387 # ===GLSAMaker v2
388 -# Copyright (C) 2009 Alex Legler <a3li@g.o>
389 +# Copyright (C) 2009-2011 Alex Legler <a3li@g.o>
390 # Copyright (C) 2009 Pierre-Yves Rofes <py@g.o>
391 #
392 # This program is free software: you can redistribute it and/or modify
393 @@ -167,4 +167,4 @@ module Glsamaker
394
395 end
396 end
397 -end
398 \ No newline at end of file
399 +end
400
401 diff --git a/lib/glsamaker/diff.rb b/lib/glsamaker/diff.rb
402 index 51f30cd..18e10f6 100644
403 --- a/lib/glsamaker/diff.rb
404 +++ b/lib/glsamaker/diff.rb
405 @@ -1,5 +1,5 @@
406 # ===GLSAMaker v2
407 -# Copyright (C) 2009 Alex Legler <a3li@g.o>
408 +# Copyright (C) 2009-2011 Alex Legler <a3li@g.o>
409 # Copyright (C) 2009 Pierre-Yves Rofes <py@g.o>
410 # Copyright (C) 2006-2007 Jean-Philippe Lang
411 #
412 @@ -50,4 +50,4 @@ module Glsamaker
413 end
414
415 end
416 -end
417 \ No newline at end of file
418 +end
419
420 diff --git a/lib/glsamaker/helpers.rb b/lib/glsamaker/helpers.rb
421 index c5c9a8f..aca09ab 100644
422 --- a/lib/glsamaker/helpers.rb
423 +++ b/lib/glsamaker/helpers.rb
424 @@ -18,4 +18,4 @@ module Glsamaker
425 include Singleton
426 include ::ActionView::Helpers::TextHelper
427 end
428 -end
429 \ No newline at end of file
430 +end
431
432 diff --git a/lib/glsamaker/http.rb b/lib/glsamaker/http.rb
433 index 0861165..be48898 100644
434 --- a/lib/glsamaker/http.rb
435 +++ b/lib/glsamaker/http.rb
436 @@ -1,5 +1,5 @@
437 # ===GLSAMaker v2
438 -# Copyright (C) 2009 Alex Legler <a3li@g.o>
439 +# Copyright (C) 2009-2011 Alex Legler <a3li@g.o>
440 # Copyright (C) 2009 Pierre-Yves Rofes <py@g.o>
441 #
442 # This program is free software: you can redistribute it and/or modify
443 @@ -34,4 +34,4 @@ module Glsamaker
444
445 module_function :get
446 end
447 -end
448 \ No newline at end of file
449 +end
450
451 diff --git a/lib/glsamaker/portage.rb b/lib/glsamaker/portage.rb
452 index 168a2a1..a039c9e 100644
453 --- a/lib/glsamaker/portage.rb
454 +++ b/lib/glsamaker/portage.rb
455 @@ -1,5 +1,5 @@
456 # ===GLSAMaker v2
457 -# Copyright (C) 2009 Alex Legler <a3li@g.o>
458 +# Copyright (C) 2009-2011 Alex Legler <a3li@g.o>
459 # Copyright (C) 2009 Pierre-Yves Rofes <py@g.o>
460 #
461 # This program is free software: you can redistribute it and/or modify
462 @@ -149,4 +149,4 @@ module Glsamaker
463 end
464 end
465
466 -end
467 \ No newline at end of file
468 +end
469
470 diff --git a/lib/tasks/utils.rb b/lib/tasks/utils.rb
471 index 1d19af1..3e49702 100644
472 --- a/lib/tasks/utils.rb
473 +++ b/lib/tasks/utils.rb
474 @@ -1,5 +1,5 @@
475 # ===GLSAMaker v2
476 -# Copyright (C) 2009 Alex Legler <a3li@g.o>
477 +# Copyright (C) 2009-2011 Alex Legler <a3li@g.o>
478 # Copyright (C) 2009 Pierre-Yves Rofes <py@g.o>
479 #
480 # This program is free software: you can redistribute it and/or modify
481
482 diff --git a/test/unit/user_test.rb b/test/unit/user_test.rb
483 index fa12878..582ccee 100644
484 --- a/test/unit/user_test.rb
485 +++ b/test/unit/user_test.rb
486 @@ -1,5 +1,5 @@
487 # GLSAMaker v2
488 -# Copyright (C) 2009 Alex Legler <a3li@g.o>
489 +# Copyright (C) 2009-2011 Alex Legler <a3li@g.o>
490 #
491 # This program is free software; you can redistribute it and/or modify
492 # it under the terms of the GNU General Public License as published by