repo string | commit string | message string | diff string |
|---|---|---|---|
trptcolin/speling_expirt | f9bbc17caaa21295f5992ff1e4043563990837bb | up to pretty good solution; fast and clean | diff --git a/Rakefile b/Rakefile
index 270dd36..0ca44d0 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,47 +1,54 @@
require 'rake'
require 'rake/gempackagetask'
require 'spec/rake/spectask'
require 'hangman_tournament/submit'
desc "Run all specs"
Spec::Rake::SpecTask.new('spec') do |t|
t.spec_files = FileList['sp... |
mrdon/rest-summit-demo | e15a3ad7ed57ef700511a0831928c880c369686c | idea changes | diff --git a/rest-user-plugin.iws b/rest-user-plugin.iws
index 59316d6..ce0b971 100644
--- a/rest-user-plugin.iws
+++ b/rest-user-plugin.iws
@@ -1,739 +1,713 @@
<?xml version="1.0" encoding="UTF-8"?>
<project relativePaths="false" version="4">
<component name="ChangeListManager">
<list default="true" name="De... |
mrdon/rest-summit-demo | 3e8d0738b659e5c87495d2f5bcdf632d37307619 | Initial import | diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..7ff902a
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+*.log
+*~
diff --git a/pom.xml b/pom.xml
new file mode 100644
index 0000000..5418f94
--- /dev/null
+++ b/pom.xml
@@ -0,0 +1,55 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi... |
parolkar/obey_robots_dot_txt | 30ef6efccacb1f8c527595d28cdb0c296c258ec2 | Om sree ganeshaya namah: | diff --git a/History.txt b/History.txt
new file mode 100644
index 0000000..e762908
--- /dev/null
+++ b/History.txt
@@ -0,0 +1,4 @@
+=== 1.0.0 2009-08-30
+
+* 1 major enhancement:
+ * Initial release
diff --git a/Manifest.txt b/Manifest.txt
new file mode 100644
index 0000000..a7510c1
--- /dev/null
+++ b/Manifest.txt
@@... |
lloydpick/snapr-gallery | c56059d644255259b1899cd5924f8cd32405b3b6 | Moved Google Analytics into the environment files [#3 state:resolved] | diff --git a/web/app/views/layouts/_google.html.erb b/web/app/views/layouts/_google.html.erb
index a30d05a..7608e6f 100644
--- a/web/app/views/layouts/_google.html.erb
+++ b/web/app/views/layouts/_google.html.erb
@@ -1,9 +1,11 @@
-<script type="text/javascript">
-var gaJsHost = (("https:" == document.location.protocol)... |
lloydpick/snapr-gallery | 30223afb1e19112a98a3742d699d0ab6b73a0794 | Fixed is_visible having no effect [#5 state:resolved] | diff --git a/web/app/views/albums/_child_list.html.erb b/web/app/views/albums/_child_list.html.erb
index 35dfeff..48b8041 100644
--- a/web/app/views/albums/_child_list.html.erb
+++ b/web/app/views/albums/_child_list.html.erb
@@ -1,30 +1,30 @@
<% if @no_float %>
<div id="child_albums" style="float: left; width: 800px;... |
lloydpick/snapr-gallery | b3085dbac5ca77b739ebf6f97696cadb9b4d7b18 | Fixes production error | diff --git a/web/app/models/image.rb b/web/app/models/image.rb
index 4c66888..1908a30 100644
--- a/web/app/models/image.rb
+++ b/web/app/models/image.rb
@@ -1,140 +1,143 @@
# == Schema Information
# Schema version: 20090425105913
#
# Table name: images
#
# id :integer not null, primary key
# ... |
lloydpick/snapr-gallery | 77e1d7bad8ce4c8043a543731bc736c5e1186d67 | Removed restriction on position on Photo | diff --git a/web/app/models/photo.rb b/web/app/models/photo.rb
index eb8e45a..53908f7 100644
--- a/web/app/models/photo.rb
+++ b/web/app/models/photo.rb
@@ -1,40 +1,38 @@
# == Schema Information
# Schema version: 20080729231414
#
# Table name: photos
#
# id :integer not null, primary key
# albu... |
lloydpick/snapr-gallery | 101708550c4e2582636437cce19aa42548b8d3e1 | Fixed "406 Not Acceptable" error | diff --git a/web/app/controllers/images_controller.rb b/web/app/controllers/images_controller.rb
index 4d99b38..7814be8 100644
--- a/web/app/controllers/images_controller.rb
+++ b/web/app/controllers/images_controller.rb
@@ -1,81 +1,76 @@
class ImagesController < ApplicationController
before_filter :login_requir... |
lloydpick/snapr-gallery | 439b1b4e58934468c1ac1ecd9f87904d658cc9d1 | Re-added ym4r_gm from a different fork [#1 state:resolved] | diff --git a/.gitmodules b/.gitmodules
index ce4174c..4014c34 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,21 +1,24 @@
[submodule "web/vendor/plugins/mimetype-fu"]
path = web/vendor/plugins/mimetype-fu
url = git://github.com/mattetti/mimetype-fu.git
[submodule "web/vendor/plugins/acts_as_audited"]
path = we... |
lloydpick/snapr-gallery | ebf9f55b6485f195436574a123dffcbabf48ed3f | Removed ym4r_gem so we can re-add a different fork | diff --git a/.gitmodules b/.gitmodules
index f817719..ce4174c 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,24 +1,21 @@
[submodule "web/vendor/plugins/mimetype-fu"]
path = web/vendor/plugins/mimetype-fu
url = git://github.com/mattetti/mimetype-fu.git
[submodule "web/vendor/plugins/acts_as_audited"]
path = we... |
lloydpick/snapr-gallery | 2e408861df356765abef2044da7214938273513c | Added fork of attachment_fu | diff --git a/.gitmodules b/.gitmodules
index 06fe914..f817719 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,21 +1,24 @@
[submodule "web/vendor/plugins/mimetype-fu"]
path = web/vendor/plugins/mimetype-fu
url = git://github.com/mattetti/mimetype-fu.git
[submodule "web/vendor/plugins/acts_as_audited"]
path = we... |
lloydpick/snapr-gallery | 1812fe4688df2ae294eb13dd599bd2a9c76f99f3 | Removed attachment_fu so we can re-add the fork as submodule | diff --git a/.gitmodules b/.gitmodules
index c4a5510..06fe914 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,24 +1,21 @@
[submodule "web/vendor/plugins/mimetype-fu"]
path = web/vendor/plugins/mimetype-fu
url = git://github.com/mattetti/mimetype-fu.git
-[submodule "web/vendor/plugins/attachment_fu"]
- path = web/... |
lloydpick/snapr-gallery | b758ae34ef0c8cc9920c3e3f9d68531282b134e7 | Changed production API key to be the correct one | diff --git a/web/config/gmaps_api_key.yml b/web/config/gmaps_api_key.yml
index 75bfeb2..351729a 100644
--- a/web/config/gmaps_api_key.yml
+++ b/web/config/gmaps_api_key.yml
@@ -1,13 +1,13 @@
-#Fill here the Google Maps API keys for your application
-#In this sample:
-#For development and test, we have only one possib... |
lloydpick/snapr-gallery | 204cd96227a98329dc3df2389200f15cd2defb8a | Removed code related to the old Log model | diff --git a/web/app/controllers/albums_controller.rb b/web/app/controllers/albums_controller.rb
index 740f484..d9c5e92 100644
--- a/web/app/controllers/albums_controller.rb
+++ b/web/app/controllers/albums_controller.rb
@@ -1,79 +1,78 @@
class AlbumsController < ApplicationController
in_place_edit_for :album, :d... |
lloydpick/snapr-gallery | e6a76fc6a352d8fa30267366cedf08c166de0a96 | Increased size of the admin links block in the application layout | diff --git a/web/app/views/layouts/application.html.erb b/web/app/views/layouts/application.html.erb
index 504d3bf..4e01d40 100644
--- a/web/app/views/layouts/application.html.erb
+++ b/web/app/views/layouts/application.html.erb
@@ -1,98 +1,98 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.... |
lloydpick/snapr-gallery | ece110dd3ea66dc5704c45602d2a867f0172755b | Removed old album adjustments as production really doesn't like it one bit | diff --git a/web/db/migrate/20090423150120_change_default_album_parent_id_to_zero.rb b/web/db/migrate/20090423150120_change_default_album_parent_id_to_zero.rb
index d71cbaf..3ccf4e4 100644
--- a/web/db/migrate/20090423150120_change_default_album_parent_id_to_zero.rb
+++ b/web/db/migrate/20090423150120_change_default_al... |
lloydpick/snapr-gallery | 3eff080edcc81e746a68584c26aea58d021a2c98 | Initial set of unit tests & wiped all functional tests | diff --git a/web/test/fixtures/albums.yml b/web/test/fixtures/albums.yml
index b320503..052e252 100644
--- a/web/test/fixtures/albums.yml
+++ b/web/test/fixtures/albums.yml
@@ -1,22 +1,28 @@
# == Schema Information
# Schema version: 20090425105913
#
# Table name: albums
#
# id :integer not null,... |
lloydpick/snapr-gallery | 66eadca1e620ed6b1adf8369f4e8ef3631b19481 | Photos are uploaded, not created, changed in copy | diff --git a/web/app/views/layouts/_stream.html.erb b/web/app/views/layouts/_stream.html.erb
index de23bad..6fc5fc0 100644
--- a/web/app/views/layouts/_stream.html.erb
+++ b/web/app/views/layouts/_stream.html.erb
@@ -1,54 +1,54 @@
<% if @sitestream %>
<div id="stream">
<div class="top"></div>
<div class="mi... |
lloydpick/snapr-gallery | 4aec9e46720d01868aba96d3774fe5280ba6a6fd | Cleaned up copy & removed old form | diff --git a/web/app/controllers/images_controller.rb b/web/app/controllers/images_controller.rb
index 8466ec2..4d99b38 100644
--- a/web/app/controllers/images_controller.rb
+++ b/web/app/controllers/images_controller.rb
@@ -1,86 +1,81 @@
class ImagesController < ApplicationController
before_filter :login_requir... |
lloydpick/snapr-gallery | 5b2631d6c6417f5e078632eca5daeb6aed586e34 | Navigation updates | diff --git a/web/app/views/albums/show.html.erb b/web/app/views/albums/show.html.erb
index 3ca57ab..fc23b93 100644
--- a/web/app/views/albums/show.html.erb
+++ b/web/app/views/albums/show.html.erb
@@ -1,75 +1,75 @@
<% if (@album.children.size > 0) && (@album.photos.size > 0) %>
<%= render :partial => "albums/chil... |
lloydpick/snapr-gallery | c0e76a477031faafeb86ad992317e34e87da602a | Re-added ym4r_gem as submodule | diff --git a/.gitmodules b/.gitmodules
index 71ef918..c4a5510 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,21 +1,24 @@
[submodule "web/vendor/plugins/mimetype-fu"]
path = web/vendor/plugins/mimetype-fu
url = git://github.com/mattetti/mimetype-fu.git
[submodule "web/vendor/plugins/attachment_fu"]
path = web/... |
lloydpick/snapr-gallery | 65545466cb3423800c8a00183f752bed19115486 | Re-added permalink_fu as submodule | diff --git a/.gitmodules b/.gitmodules
index c24e9d5..71ef918 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,18 +1,21 @@
[submodule "web/vendor/plugins/mimetype-fu"]
path = web/vendor/plugins/mimetype-fu
url = git://github.com/mattetti/mimetype-fu.git
[submodule "web/vendor/plugins/attachment_fu"]
path = web/... |
lloydpick/snapr-gallery | f9555fa8da6c645767db70f6854497bf0441f985 | Protected the in-line updates | diff --git a/web/app/controllers/albums_controller.rb b/web/app/controllers/albums_controller.rb
index 5deb47a..740f484 100644
--- a/web/app/controllers/albums_controller.rb
+++ b/web/app/controllers/albums_controller.rb
@@ -1,79 +1,79 @@
class AlbumsController < ApplicationController
in_place_edit_for :album, :d... |
lloydpick/snapr-gallery | 91324e4c5199f2c60807fdcd38ab3979a1036201 | Fixed permalink generation, only do it before_create | diff --git a/web/app/models/album.rb b/web/app/models/album.rb
index d1b73ec..65c8e52 100644
--- a/web/app/models/album.rb
+++ b/web/app/models/album.rb
@@ -1,75 +1,75 @@
# == Schema Information
# Schema version: 20090425105913
#
# Table name: albums
#
# id :integer not null, primary key
# par... |
lloydpick/snapr-gallery | 29b8ef3187cf284a04cc8f964a73cfe08700ea29 | Added started in-place editing | diff --git a/web/app/controllers/albums_controller.rb b/web/app/controllers/albums_controller.rb
index fc4af4f..5deb47a 100644
--- a/web/app/controllers/albums_controller.rb
+++ b/web/app/controllers/albums_controller.rb
@@ -1,77 +1,79 @@
class AlbumsController < ApplicationController
-
+
+ in_place_edit_for :album... |
lloydpick/snapr-gallery | 645e74b7e40c0cc7b8b5eb41414138e195ac4226 | Added in_place_editing plugin | diff --git a/.gitmodules b/.gitmodules
index 1325c54..c24e9d5 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,15 +1,18 @@
[submodule "web/vendor/plugins/mimetype-fu"]
path = web/vendor/plugins/mimetype-fu
url = git://github.com/mattetti/mimetype-fu.git
[submodule "web/vendor/plugins/attachment_fu"]
path = web/... |
lloydpick/snapr-gallery | 0b4d7fa00b40a25c5742750d1c2aa6042097f698 | Show photos associated with the specific Geotag | diff --git a/web/app/views/geotags/show.html.erb b/web/app/views/geotags/show.html.erb
index e1a02ba..6f7efcb 100644
--- a/web/app/views/geotags/show.html.erb
+++ b/web/app/views/geotags/show.html.erb
@@ -1,4 +1,15 @@
<div style="width: 800px">
- <h1>Showing Geotag Location</h1>
- <%= @map.div(:width => 800, :he... |
lloydpick/snapr-gallery | 986ffb7d798037eb2540a2bc8b004f150dcb6393 | Removed old ordering from geotag controller | diff --git a/web/app/controllers/geotags_controller.rb b/web/app/controllers/geotags_controller.rb
index 724bd16..eb002bc 100644
--- a/web/app/controllers/geotags_controller.rb
+++ b/web/app/controllers/geotags_controller.rb
@@ -1,103 +1,103 @@
class GeotagsController < ApplicationController
before_filter :logi... |
lloydpick/snapr-gallery | e35ff9b30d17b8c59979f92913d0f9734e6ce871 | Added default ordering to geotags | diff --git a/web/app/models/geotag.rb b/web/app/models/geotag.rb
index 712b575..53df51d 100644
--- a/web/app/models/geotag.rb
+++ b/web/app/models/geotag.rb
@@ -1,24 +1,26 @@
# == Schema Information
# Schema version: 20080729231414
#
# Table name: geotags
#
# id :integer not null, primary key
#... |
lloydpick/snapr-gallery | 60f035743a5c2a967ea422148437ee4ddda9c17d | Fixed spelling mistake in validations | diff --git a/web/app/models/geotag.rb b/web/app/models/geotag.rb
index f1004bd..712b575 100644
--- a/web/app/models/geotag.rb
+++ b/web/app/models/geotag.rb
@@ -1,24 +1,24 @@
# == Schema Information
# Schema version: 20080729231414
#
# Table name: geotags
#
# id :integer not null, primary key
#... |
lloydpick/snapr-gallery | 062070ab6e5c8036bdea09eb68eecd7ab3f882ef | Added simple validations to Album, Geotag, Photo and User | diff --git a/web/app/models/album.rb b/web/app/models/album.rb
index 6a10b28..d1b73ec 100644
--- a/web/app/models/album.rb
+++ b/web/app/models/album.rb
@@ -1,72 +1,75 @@
# == Schema Information
# Schema version: 20090425105913
#
# Table name: albums
#
# id :integer not null, primary key
# par... |
lloydpick/snapr-gallery | 9ff5f9262924a730534d93883d0e26c876c193ee | Annotated album/image | diff --git a/web/app/models/album.rb b/web/app/models/album.rb
index 1ae78f7..6a10b28 100644
--- a/web/app/models/album.rb
+++ b/web/app/models/album.rb
@@ -1,73 +1,72 @@
# == Schema Information
-# Schema version: 20090423150120
+# Schema version: 20090425105913
#
# Table name: albums
#
# id :integer ... |
lloydpick/snapr-gallery | fec76d873001603df7a0faad991d72bc68f095da | Made finding photos a little more accurate | diff --git a/web/app/controllers/images_controller.rb b/web/app/controllers/images_controller.rb
index 9ed64e6..8466ec2 100644
--- a/web/app/controllers/images_controller.rb
+++ b/web/app/controllers/images_controller.rb
@@ -1,86 +1,86 @@
class ImagesController < ApplicationController
before_filter :login_requir... |
lloydpick/snapr-gallery | f6bfa1e4d30cbf9975a4863c2c1b93efbd8941e6 | Adjusted permalink scope | diff --git a/web/app/models/photo.rb b/web/app/models/photo.rb
index 184daad..c1b3859 100644
--- a/web/app/models/photo.rb
+++ b/web/app/models/photo.rb
@@ -1,32 +1,32 @@
# == Schema Information
# Schema version: 20080729231414
#
# Table name: photos
#
# id :integer not null, primary key
# albu... |
lloydpick/snapr-gallery | e95cdaba4f913c8669f34040d16cf3848614195a | Added support for EXIF GPS data, Geotag is primary data selection though | diff --git a/web/app/controllers/geotags_controller.rb b/web/app/controllers/geotags_controller.rb
index 3273d57..724bd16 100644
--- a/web/app/controllers/geotags_controller.rb
+++ b/web/app/controllers/geotags_controller.rb
@@ -1,80 +1,103 @@
class GeotagsController < ApplicationController
before_filter :login... |
lloydpick/snapr-gallery | 5a12df67302e0d1234d77bf993d3f294da9d20de | Re-added acts_as_tree as submodule | diff --git a/.gitmodules b/.gitmodules
index d8fa7f2..1325c54 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,12 +1,15 @@
[submodule "web/vendor/plugins/mimetype-fu"]
path = web/vendor/plugins/mimetype-fu
url = git://github.com/mattetti/mimetype-fu.git
[submodule "web/vendor/plugins/attachment_fu"]
path = web/... |
lloydpick/snapr-gallery | c0dcf7c8adeda437e49b8c4c71f33e5beeaccf20 | Added support for geotags on photos | diff --git a/web/app/controllers/geotags_controller.rb b/web/app/controllers/geotags_controller.rb
index 4c6b015..3273d57 100644
--- a/web/app/controllers/geotags_controller.rb
+++ b/web/app/controllers/geotags_controller.rb
@@ -1,77 +1,80 @@
class GeotagsController < ApplicationController
before_filter :login_... |
lloydpick/snapr-gallery | 16734ce14e0bbbd80ee50e5d0e00a8f07635f992 | Re-added acts_as_list as submodule | diff --git a/.gitmodules b/.gitmodules
index f6b3da1..d8fa7f2 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,9 +1,12 @@
[submodule "web/vendor/plugins/mimetype-fu"]
path = web/vendor/plugins/mimetype-fu
url = git://github.com/mattetti/mimetype-fu.git
[submodule "web/vendor/plugins/attachment_fu"]
path = web/v... |
lloydpick/snapr-gallery | 21784959e7d79bbff8c6096eacbb4db335a06523 | Cleanup of Photo's controller and views | diff --git a/web/app/controllers/images_controller.rb b/web/app/controllers/images_controller.rb
index ad8570e..9ed64e6 100644
--- a/web/app/controllers/images_controller.rb
+++ b/web/app/controllers/images_controller.rb
@@ -1,85 +1,86 @@
class ImagesController < ApplicationController
before_filter :login_requir... |
lloydpick/snapr-gallery | 0e9c7049ca80b56aa610dc540bb7387cd1ef5b68 | Fixed application layout crash | diff --git a/web/app/views/layouts/application.html.erb b/web/app/views/layouts/application.html.erb
index bd1383c..990acf4 100644
--- a/web/app/views/layouts/application.html.erb
+++ b/web/app/views/layouts/application.html.erb
@@ -1,96 +1,96 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.... |
lloydpick/snapr-gallery | 837b48590abd0caa654d43115fa17ba9fe98251d | Removed log & all references | diff --git a/web/app/controllers/logs_controller.rb b/web/app/controllers/logs_controller.rb
deleted file mode 100644
index 0beaf56..0000000
--- a/web/app/controllers/logs_controller.rb
+++ /dev/null
@@ -1,2 +0,0 @@
-class LogsController < ApplicationController
-end
diff --git a/web/app/controllers/photos_controller.rb... |
lloydpick/snapr-gallery | 0990be526bd4729de5485c77023e211a104b46d1 | Changed site stream to use Audit log instead of Log | diff --git a/web/app/views/logs/_stream.html.erb b/web/app/views/logs/_stream.html.erb
index cf81892..de23bad 100644
--- a/web/app/views/logs/_stream.html.erb
+++ b/web/app/views/logs/_stream.html.erb
@@ -1,33 +1,54 @@
<% if @sitestream %>
<div id="stream">
<div class="top"></div>
<div class="middle">
... |
lloydpick/snapr-gallery | 12c03fda8302a5c545c2b3a37944e6a3e99c0f25 | Removed un-needed line from Albums controller | diff --git a/web/app/controllers/albums_controller.rb b/web/app/controllers/albums_controller.rb
index 1a34716..fc4af4f 100644
--- a/web/app/controllers/albums_controller.rb
+++ b/web/app/controllers/albums_controller.rb
@@ -1,78 +1,77 @@
class AlbumsController < ApplicationController
before_filter :login_requi... |
lloydpick/snapr-gallery | 2c4d725ef5978e3c84a6f5bb22f937181a9aed1f | Geotag editing/updating support | diff --git a/web/app/controllers/geotags_controller.rb b/web/app/controllers/geotags_controller.rb
index 7740990..4c6b015 100644
--- a/web/app/controllers/geotags_controller.rb
+++ b/web/app/controllers/geotags_controller.rb
@@ -1,59 +1,77 @@
class GeotagsController < ApplicationController
before_filter :login_... |
lloydpick/snapr-gallery | edb8d75edb288b2f89090ee0fd563c4f77eed2b9 | Geotags controller cleanup | diff --git a/web/app/controllers/geotags_controller.rb b/web/app/controllers/geotags_controller.rb
index 13d9511..7740990 100644
--- a/web/app/controllers/geotags_controller.rb
+++ b/web/app/controllers/geotags_controller.rb
@@ -1,49 +1,59 @@
class GeotagsController < ApplicationController
before_filter :login_... |
lloydpick/snapr-gallery | 48f8ad1eb769ad65cf796386a693c942691036c5 | Cleanup of code | diff --git a/web/app/controllers/albums_controller.rb b/web/app/controllers/albums_controller.rb
index fc4af4f..1a34716 100644
--- a/web/app/controllers/albums_controller.rb
+++ b/web/app/controllers/albums_controller.rb
@@ -1,77 +1,78 @@
class AlbumsController < ApplicationController
before_filter :login_requi... |
lloydpick/snapr-gallery | f6c69046a22a6a0a265033f066b32390edeab35d | Setup acts_as_audits for User, Photo, Image, Album | diff --git a/web/app/controllers/application_controller.rb b/web/app/controllers/application_controller.rb
index 75c1dc6..8dfaebd 100644
--- a/web/app/controllers/application_controller.rb
+++ b/web/app/controllers/application_controller.rb
@@ -1,56 +1,58 @@
# Filters added to this controller apply to all controllers ... |
lloydpick/snapr-gallery | e59fad1768cb2a4ac1f71e6c4f8de20965682522 | Added acts_as_audited plugin | diff --git a/.gitmodules b/.gitmodules
index 76dfa19..f6b3da1 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,6 +1,9 @@
[submodule "web/vendor/plugins/mimetype-fu"]
path = web/vendor/plugins/mimetype-fu
url = git://github.com/mattetti/mimetype-fu.git
[submodule "web/vendor/plugins/attachment_fu"]
path = web/ve... |
lloydpick/snapr-gallery | 271a4292f9031a60ee2973b7546b4154abe8b4a3 | Removed attachment_fu_skip_resize, Fixed image uploading, Updated swfupload | diff --git a/web/app/controllers/images_controller.rb b/web/app/controllers/images_controller.rb
index 6cfcc29..441595b 100644
--- a/web/app/controllers/images_controller.rb
+++ b/web/app/controllers/images_controller.rb
@@ -1,128 +1,93 @@
-class ImagesController < ApplicationController
+ class ImagesController < Appli... |
lloydpick/snapr-gallery | 877d4d151e8c75630f5d50999ae66b563e900acc | Added attachment_fu as submodule | diff --git a/.gitmodules b/.gitmodules
index 8635562..76dfa19 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,6 @@
[submodule "web/vendor/plugins/mimetype-fu"]
path = web/vendor/plugins/mimetype-fu
url = git://github.com/mattetti/mimetype-fu.git
+[submodule "web/vendor/plugins/attachment_fu"]
+ path = web/ve... |
lloydpick/snapr-gallery | aef40f41cde1c36b28c3a181ef976f92869e35e0 | Re-added mimetype-fu as submodule | diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..8635562
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,3 @@
+[submodule "web/vendor/plugins/mimetype-fu"]
+ path = web/vendor/plugins/mimetype-fu
+ url = git://github.com/mattetti/mimetype-fu.git
diff --git a/web/vendor/plugins/mimetype-fu b/web/ven... |
mocoso/showing-off-with-ruby | ee7e212c55ce74619f4b0ff2f7ee6fcc4da34f26 | Use 20x20 references | diff --git a/2020.js b/2020.js
new file mode 100644
index 0000000..135430b
--- /dev/null
+++ b/2020.js
@@ -0,0 +1,51 @@
+var twentyTwentySetUp = false;
+var twentyTwentyRunning = false;
+
+function setUpTwentyTwenty()
+{
+ if (twentyTwentySetUp) { return; }
+
+ twentyTwentySetUp = true;
+
+ $("#slideInfo").after('<... |
mocoso/showing-off-with-ruby | badc82ec22acb7cba822441cd083ed92e218d492 | Add link to video of the talk | diff --git a/readme.mdown b/readme.mdown
index 790df7c..5d5ec75 100644
--- a/readme.mdown
+++ b/readme.mdown
@@ -1,20 +1,18 @@
# Showing off with Ruby #
This is a 20x20 talk about the [showoff gem](http://github.com/schacon/showoff)
that I gave at [LRUG's February meeting](http://lrug.org/meetings/2010/01/21/febru... |
mocoso/showing-off-with-ruby | c697bafc7c4cb875c70b5617f42c2f590a04426f | Add readme file | diff --git a/readme.mdown b/readme.mdown
new file mode 100644
index 0000000..790df7c
--- /dev/null
+++ b/readme.mdown
@@ -0,0 +1,20 @@
+# Showing off with Ruby #
+
+This is a 20x20 talk about the [showoff gem](http://github.com/schacon/showoff)
+that I gave at [LRUG's February meeting](http://lrug.org/meetings/2010/01/... |
mocoso/showing-off-with-ruby | 3a27dc4160a0c8340a430a27efae80ade2707c7e | Make local copy of cc.png so that no internet connection is required | diff --git a/close/cc.png b/close/cc.png
new file mode 100644
index 0000000..5f98214
Binary files /dev/null and b/close/cc.png differ
diff --git a/close/close.md b/close/close.md
index 0e72526..5fe6e59 100644
--- a/close/close.md
+++ b/close/close.md
@@ -1,24 +1,24 @@
!SLIDE full-page-image

Image... |
mocoso/showing-off-with-ruby | 5adb0bbff16e38cc8c4aeddcba31b5049f6f6940 | Switch to Plainview (from Opera) | diff --git a/close/close.md b/close/close.md
index 2671b21..0e72526 100644
--- a/close/close.md
+++ b/close/close.md
@@ -1,24 +1,24 @@
!SLIDE full-page-image

Image courtesy of <span xmlns:cc="http://creativecommons.org/ns#" about="http://www.flickr.com/photos/thetruthabout/... |
mocoso/showing-off-with-ruby | ec2b3caa4720801f9b4ec412e82bf688dfc61b61 | Tidy up pechaKucha js code | diff --git a/pechakucha.js b/pechakucha.js
index 7b5683d..d4efdac 100644
--- a/pechakucha.js
+++ b/pechakucha.js
@@ -1,60 +1,53 @@
var pechaKuchaSetUp = false;
var pechaKuchaRunning = false;
function setUpPechaKucha()
{
if (pechaKuchaSetUp) { return; }
pechaKuchaSetUp = true;
$("#slideInfo").after('<... |
mocoso/showing-off-with-ruby | 13eefc0cbbe4f9b7305303a3a6545250195347b1 | Add CC icons | diff --git a/2020.css b/2020.css
index 936410c..ef52e56 100644
--- a/2020.css
+++ b/2020.css
@@ -1,119 +1,125 @@
/* The Puritan font is Ben Weiner's http://openfontlibrary.fontly.org/people/benweiner */
@font-face {
font-family: Puritan;
src: url("/file/fonts/benweiner_-_Puritan_Regular.otf") format("opentype")... |
mocoso/showing-off-with-ruby | dfce3f90ec9c7d152eb5a12c4960167267341c24 | Tweak image credit text | diff --git a/close/close.md b/close/close.md
index 1fbbdf2..2671b21 100644
--- a/close/close.md
+++ b/close/close.md
@@ -1,24 +1,24 @@
!SLIDE full-page-image

Image courtesy of <span xmlns:cc="http://creativecommons.org/ns#" about="http://www.flickr.com/photos/thetruthabout/... |
mocoso/showing-off-with-ruby | 1417e33605d920c6ea67f2d4f9523a57a70667eb | Tweaks to style | diff --git a/2020.css b/2020.css
index 1089ae3..936410c 100644
--- a/2020.css
+++ b/2020.css
@@ -1,112 +1,119 @@
/* The Puritan font is Ben Weiner's http://openfontlibrary.fontly.org/people/benweiner */
@font-face {
font-family: Puritan;
src: url("/file/fonts/benweiner_-_Puritan_Regular.otf") format("opentype")... |
mocoso/showing-off-with-ruby | 1ed1aa87c3059af0a993f3a4e8ffecc6ded32e8d | Move opera slide | diff --git a/benefits/benefits.md b/benefits/benefits.md
index 7b6cc48..f3e29ad 100644
--- a/benefits/benefits.md
+++ b/benefits/benefits.md
@@ -1,65 +1,60 @@
!SLIDE full-page-image

!SLIDE full-page-image

!SLIDE full-page-image

+
+
+!SLIDE full-page-image
+
 format("opentype")... |
mocoso/showing-off-with-ruby | 3aa58fe610dfb4c5d880b64adc2504b0b92db576 | purplemattfish and jobafunky give their permission to use images | diff --git a/solution/solution.md b/solution/solution.md
index a15d928..9233cbc 100644
--- a/solution/solution.md
+++ b/solution/solution.md
@@ -1,59 +1,59 @@
!SLIDE full-page-image

-AWAITING PERMISSION Image courtesy of <span xmlns:cc="http://creativecommons.org/ns#" about="h... |
mocoso/showing-off-with-ruby | 39cdbe8ee256137f2410739d6aa07228a1fb5540 | Added have you checked your files in image | diff --git a/benefits/benefits.md b/benefits/benefits.md
index 52d7e90..8fefafd 100644
--- a/benefits/benefits.md
+++ b/benefits/benefits.md
@@ -1,65 +1,65 @@
-!SLIDE
+!SLIDE full-page-image
-# In source control #
+
-"Have you check... |
mocoso/showing-off-with-ruby | 80bfaa2c9c37372b06c1e3907e17039d866bc78d | Reorder slides | diff --git a/benefits/benefits.md b/benefits/benefits.md
new file mode 100644
index 0000000..52d7e90
--- /dev/null
+++ b/benefits/benefits.md
@@ -0,0 +1,65 @@
+!SLIDE
+
+# In source control #
+
+"Have you checked your files in note like this" http://www.flickr.com/photos/simbolism/3854554155/
+
+
+!SLIDE
+
+ @@@ dif... |
mocoso/showing-off-with-ruby | 2d1a4748e82fa581e9d3034a226d7b4763ba0daa | Add licensing information and credits | diff --git a/2020.css b/2020.css
index c302bce..d6e315c 100644
--- a/2020.css
+++ b/2020.css
@@ -1,106 +1,111 @@
/* The Puritan font is Ben Weiner's http://openfontlibrary.fontly.org/people/benweiner */
@font-face {
font-family: Puritan;
src: url("/file/fonts/benweiner_-_Puritan_Regular.otf") format("opentype")... |
mocoso/showing-off-with-ruby | d9e0fb9c5a879e27a3fa706fd2604b8e8958868a | Replace spider web with internet sign | diff --git a/solution/internet.jpg b/solution/internet.jpg
new file mode 100644
index 0000000..ab13f4f
Binary files /dev/null and b/solution/internet.jpg differ
diff --git a/solution/solution.md b/solution/solution.md
index bb3e387..70578aa 100644
--- a/solution/solution.md
+++ b/solution/solution.md
@@ -1,112 +1,112 @... |
mocoso/showing-off-with-ruby | eaf11684d6e9a08e2b2d3e3e14957882cde855ca | Reorder slides | diff --git a/solution/solution.md b/solution/solution.md
index bc3ece3..bb3e387 100644
--- a/solution/solution.md
+++ b/solution/solution.md
@@ -1,112 +1,112 @@
!SLIDE full-page-image

Image courtesy of [purplemattfish](http://www.flickr.com/photos/purplemattfish/3299198538/)
... |
mocoso/showing-off-with-ruby | ac8227d41dec5547373c76d58f8f66334a2910da | Remove 'by' | diff --git a/title/title.md b/title/title.md
index b5c3585..0190aa6 100644
--- a/title/title.md
+++ b/title/title.md
@@ -1,16 +1,17 @@
!SLIDE full-page-image title

Image courtesy of [rappensuncle](http://www.flickr.com/photos/rappensuncle/146681779/)
# Showing off wit... |
mocoso/showing-off-with-ruby | ffb55c20de6e5aa825a9b60d699e7ae4f5aa944a | Add HTML slide | diff --git a/solution/solution.md b/solution/solution.md
index 051a231..bc3ece3 100644
--- a/solution/solution.md
+++ b/solution/solution.md
@@ -1,107 +1,112 @@
!SLIDE full-page-image

Image courtesy of [purplemattfish](http://www.flickr.com/photos/purplemattfish/3299198538/)
... |
mocoso/showing-off-with-ruby | 25b63d171c1f51d4aac546903293faca944acacc | Increase visibility of credits | diff --git a/2020.css b/2020.css
index e35a9c4..c302bce 100644
--- a/2020.css
+++ b/2020.css
@@ -1,106 +1,106 @@
/* The Puritan font is Ben Weiner's http://openfontlibrary.fontly.org/people/benweiner */
@font-face {
font-family: Puritan;
src: url("/file/fonts/benweiner_-_Puritan_Regular.otf") format("opentype")... |
mocoso/showing-off-with-ruby | 8c5a53a461e1b004adf2f0c2f335cf9e9a5b1ed3 | Make bigger | diff --git a/2020.css b/2020.css
index b76f0a0..e35a9c4 100644
--- a/2020.css
+++ b/2020.css
@@ -1,117 +1,106 @@
/* The Puritan font is Ben Weiner's http://openfontlibrary.fontly.org/people/benweiner */
@font-face {
font-family: Puritan;
src: url("/file/fonts/benweiner_-_Puritan_Regular.otf") format("opentype")... |
mocoso/showing-off-with-ruby | 2f7dec6dcdf516f80cbe255e0a2d74fbc8f16d42 | Add text editor screenshot | diff --git a/solution/solution.md b/solution/solution.md
index 2294035..051a231 100644
--- a/solution/solution.md
+++ b/solution/solution.md
@@ -1,109 +1,107 @@
!SLIDE full-page-image

Image courtesy of [purplemattfish](http://www.flickr.com/photos/purplemattfish/3299198538/)
... |
mocoso/showing-off-with-ruby | 534558d5fd4e81c75a807166b86820f887287f1c | Let preso margins be set automatically | diff --git a/2020.css b/2020.css
index 58886e7..b76f0a0 100644
--- a/2020.css
+++ b/2020.css
@@ -1,118 +1,117 @@
/* The Puritan font is Ben Weiner's http://openfontlibrary.fontly.org/people/benweiner */
@font-face {
font-family: Puritan;
src: url("/file/fonts/benweiner_-_Puritan_Regular.otf") format("opentype")... |
blerou/SimpleMail | 1c8cd748c1b2a3c705da70237c930f40808a9dea | PDO based template loader | diff --git a/LICENSE b/LICENSE
index 60e7cae..6245b9a 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,19 +1,19 @@
-Copyright (c) 2010 Szabolcs Sulik
+Copyright (c) 2009-2010 Szabolcs Sulik
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (th... |
blerou/SimpleMail | 0f10b92a8c94253c5b0a555e19fe14f5dd299209 | simplify interfaces | diff --git a/src/SimpleMail/Sender/Abstract.php b/src/SimpleMail/Sender/Abstract.php
index 809ed5b..04c0ad1 100644
--- a/src/SimpleMail/Sender/Abstract.php
+++ b/src/SimpleMail/Sender/Abstract.php
@@ -1,129 +1,139 @@
<?php
/*
* This file is part of the SimpleMail library.
*
* Copyright (c) 2009-2010 Szabolcs ... |
blerou/SimpleMail | f5d2a789856783866196aa03f989a9dabf1c06d1 | init codebase | diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..60e7cae
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,19 @@
+Copyright (c) 2010 Szabolcs Sulik
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in t... |
nekokak/qudo | d538015d8cb2d470c8297740c66b575df48b33cd | Checking in changes prior to tagging of version 0.0214. | diff --git a/Changes b/Changes
index 7301ab5..c0f3fb5 100644
--- a/Changes
+++ b/Changes
@@ -1,93 +1,112 @@
Revision history for Perl extension Qudo
{{$NEXT}}
+0.0214 2016-02-27T15:05:07Z
+
+ - fixed Changes format
+ - Merge pull request #14 from spiritloose/dynamic-retry_delay-setting
+ - Pass the job obje... |
nekokak/qudo | fb9117cc0f15a858b6ed500889c9f8058b939a20 | fixed Changes format | diff --git a/Changes b/Changes
index 8736e9a..7301ab5 100644
--- a/Changes
+++ b/Changes
@@ -1,91 +1,93 @@
Revision history for Perl extension Qudo
-0.0213
- 2011-01-17
- - FIXED: modified schema for postgres (thanks makamaka)
- - MOD: job object has error message (thanks walf443)
-
-0.0212
- 201... |
nekokak/qudo | 5d171b0a1703ce7d77f4808a3aae62aef882a626 | Pass the job object to retry_delay method | diff --git a/lib/Qudo/Worker.pm b/lib/Qudo/Worker.pm
index c6080f5..ef541b2 100644
--- a/lib/Qudo/Worker.pm
+++ b/lib/Qudo/Worker.pm
@@ -1,123 +1,123 @@
package Qudo::Worker;
use strict;
use warnings;
sub max_retries { 0 }
sub retry_delay { 0 }
sub grab_for { 60*60 } # default setting 1 hour
sub set_job_sta... |
nekokak/qudo | 14b080e986596d70c91a579ffdccfab66b039157 | supports postgre sql (fixed #1) | diff --git a/script/qudo b/script/qudo
index e6c623f..3056474 100755
--- a/script/qudo
+++ b/script/qudo
@@ -1,78 +1,80 @@
#! /usr/bin/env perl
use strict;
use Getopt::Long;
use Qudo::Test;
use DBI;
use Pod::Usage;
Getopt::Long::GetOptions(
'--dry_run' => \my $dry_run,
'--help' => \my $help,... |
nekokak/qudo | b2fb9edf35d2f8c33346d893b42c1a78deed7b88 | write a document for the required options (#1) | diff --git a/script/qudo b/script/qudo
index 860525e..e6c623f 100755
--- a/script/qudo
+++ b/script/qudo
@@ -1,78 +1,78 @@
#! /usr/bin/env perl
use strict;
use Getopt::Long;
use Qudo::Test;
use DBI;
use Pod::Usage;
Getopt::Long::GetOptions(
'--dry_run' => \my $dry_run,
'--help' => \my $help,... |
nekokak/qudo | 345dbada20f650b70ed0927de211fb75089a2f3f | qudo command supports SQLite | diff --git a/script/qudo b/script/qudo
index 04aaba4..860525e 100755
--- a/script/qudo
+++ b/script/qudo
@@ -1,74 +1,78 @@
#! /usr/bin/env perl
use strict;
use Getopt::Long;
use Qudo::Test;
use DBI;
use Pod::Usage;
Getopt::Long::GetOptions(
'--dry_run' => \my $dry_run,
'--help' => \my $help,... |
nekokak/qudo | 71c9eb42faa6ed834a2ac3c5f8f9ae947edd9693 | switch to minilla (fixed #10) | diff --git a/.gitignore b/.gitignore
index 93873bd..b080b9d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,12 +1,20 @@
Makefile.PL
cover_db
META.yml
Makefile
blib
inc
pm_to_blib
MANIFEST
Makefile.old
old/
*.swp
test.*
+/qudo-*
+/.build
+/_build_params
+/Build
+/Build.bat
+!Build/
+!META.json
+!LICENSE
diff ... |
nekokak/qudo | 021e83cd0daa51f883bdd38bbee5716223671d73 | Fix the "Possible precedence issue with control flow operator at /<...>/blib/lib/Qudo/Test.pm line 140." error when running make test. | diff --git a/lib/Qudo/Test.pm b/lib/Qudo/Test.pm
index 40b901b..d04be98 100644
--- a/lib/Qudo/Test.pm
+++ b/lib/Qudo/Test.pm
@@ -1,331 +1,331 @@
package Qudo::Test;
use strict;
use warnings;
use lib qw(./lib ./t/lib);
use Carp qw(croak);
use Qudo;
use YAML;
use DBI;
use Test::More;
our @SUPPORT_DRIVER = qw/... |
nekokak/qudo | b31b3be6fbec849b9634b3bc3ab4d4c29876a10c | re-try to find a job from another database when failure. | diff --git a/lib/Qudo/Manager.pm b/lib/Qudo/Manager.pm
index b78cb15..c0797f7 100644
--- a/lib/Qudo/Manager.pm
+++ b/lib/Qudo/Manager.pm
@@ -1,390 +1,391 @@
package Qudo::Manager;
use strict;
use warnings;
use Qudo::Job;
use Carp ();
use UNIVERSAL::require;
use Scalar::Util qw/weaken/;
sub new {
my $clas... |
nekokak/qudo | 5fd5f26adbc6df6db9734c008716bdb6c41cc5ec | Add 'recommends' lines for JSON::XS and Data::MessagePack | diff --git a/Makefile.PL b/Makefile.PL
index c0913f7..4baf456 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -1,26 +1,29 @@
use inc::Module::Install;
name 'Qudo';
all_from 'lib/Qudo.pm';
requires 'DBIx::Skinny';
requires 'Carp';
requires 'UNIVERSAL::require';
requires 'DBI';
requires 'YAML';
requires 'Class::... |
nekokak/qudo | 5323503ad1328ed6850a8228c585aa3f878ad072 | Add strict/warnings to modules which use DBIx::Skinny | diff --git a/lib/Qudo/Driver/Skinny.pm b/lib/Qudo/Driver/Skinny.pm
index bf0d76d..d9cb918 100644
--- a/lib/Qudo/Driver/Skinny.pm
+++ b/lib/Qudo/Driver/Skinny.pm
@@ -1,250 +1,254 @@
package Qudo::Driver::Skinny;
+
+use strict;
+use warnings;
+
use DBIx::Skinny;
sub init_driver {
my ($class, $master) = @_;
... |
nekokak/qudo | 8cfb6d116dc2a2a3e707639d4ac8ece8df31e8c5 | fix hook description | diff --git a/lib/Qudo/Manual/JA/Functions.pod b/lib/Qudo/Manual/JA/Functions.pod
index 59fdc7f..61b6bf4 100644
--- a/lib/Qudo/Manual/JA/Functions.pod
+++ b/lib/Qudo/Manual/JA/Functions.pod
@@ -1,164 +1,163 @@
=encoding utf8
=head1 NAME
Qudo::Manual::JA::Function - Qudo's major function document lang:ja
=head... |
nekokak/qudo | 9ae30a37dfdb12769ee5e9cca5cc1defea1d041d | don't create db and don't connect to database when using --dry_run | diff --git a/bin/qudo b/bin/qudo
index 28dbefc..cde465c 100755
--- a/bin/qudo
+++ b/bin/qudo
@@ -1,52 +1,56 @@
#! /usr/bin/env perl
use strict;
use Getopt::Long;
use Qudo::Test;
use DBI;
Getopt::Long::GetOptions(
'--dry_run' => \my $dry_run,
'--help' => \my $help,
'--db=s' => \my $... |
nekokak/qudo | 70044569f057a9890fa68de8f53a6906213fe43d | use head1 OPTIONS. add dry_run comment | diff --git a/bin/qudo b/bin/qudo
index 50a8421..9f39e09 100755
--- a/bin/qudo
+++ b/bin/qudo
@@ -1,62 +1,62 @@
#! /usr/bin/env perl
use strict;
use Getopt::Long;
use Qudo::Test;
use DBI;
use Pod::Usage;
Getopt::Long::GetOptions(
'--dry_run' => \my $dry_run,
'--help' => \my $help,
'--db=... |
nekokak/qudo | e9974415d16c92c7e1df95d15ece7b68180aed94 | add tutorial code to notify using die when job failed. | diff --git a/lib/Qudo/Manual/JA/Tutorial.pod b/lib/Qudo/Manual/JA/Tutorial.pod
index a0147d8..6be8c40 100644
--- a/lib/Qudo/Manual/JA/Tutorial.pod
+++ b/lib/Qudo/Manual/JA/Tutorial.pod
@@ -1,161 +1,165 @@
=encoding utf8
=head1 NAME
Qudo::Manual::JA::Tutorial - Qudo's sample code document lang:ja
=head1 DESCR... |
nekokak/qudo | 34e77bc16b2d5560fe444d156e816d7707afd190 | add comment to notify using die when job failed. | diff --git a/lib/Qudo/Worker.pm b/lib/Qudo/Worker.pm
index 7a85d50..c6080f5 100644
--- a/lib/Qudo/Worker.pm
+++ b/lib/Qudo/Worker.pm
@@ -1,123 +1,123 @@
package Qudo::Worker;
use strict;
use warnings;
sub max_retries { 0 }
sub retry_delay { 0 }
sub grab_for { 60*60 } # default setting 1 hour
sub set_job_sta... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.