repo
string
commit
string
message
string
diff
string
djbender/sa
c741878ce8cc7fa5f05634d5bcec4dfbb669193f
setting up devise
diff --git a/config/environments/development.rb b/config/environments/development.rb index 2d61590..0a83ea0 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -1,26 +1,28 @@ Spoileralert::Application.configure do # Settings specified here will take precedence over those in c...
djbender/sa
a61087829bbe521ad7fc465a7709474d890199ef
adding gem devise for user auth
diff --git a/Gemfile b/Gemfile index 1c6601c..81d936a 100644 --- a/Gemfile +++ b/Gemfile @@ -1,40 +1,43 @@ source 'http://rubygems.org' gem 'rails', '3.0.0' # Bundle edge Rails instead: # gem 'rails', :git => 'git://github.com/rails/rails.git' gem 'sqlite3-ruby', :require => 'sqlite3' +#Security +gem 'devi...
djbender/sa
a05287a75553058f630c580dddddd561fd1c4b5d
adding white textured version of splash page
diff --git a/public/index-white.html b/public/index-white.html new file mode 100644 index 0000000..d58f840 --- /dev/null +++ b/public/index-white.html @@ -0,0 +1,52 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.o...
djbender/sa
3711cbc7dcd68093adbe4d6beb460a265d1c434e
Adding a color splash
diff --git a/public/index-color.html b/public/index-color.html new file mode 100644 index 0000000..e9d4af5 --- /dev/null +++ b/public/index-color.html @@ -0,0 +1,52 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.o...
djbender/sa
a1b85bdaf1ab81de5cf3807a93ff9aecbca63477
added silly README
diff --git a/README.markdown b/README.markdown index 6966fe9..a44c082 100644 --- a/README.markdown +++ b/README.markdown @@ -1,256 +1,4 @@ -== Welcome to Rails +SA +== -Rails is a web-application framework that includes everything needed to create -database-backed web applications according to the Model-View-Control ...
djbender/sa
dfde18a5f3d49076f8df6957fc4abaa7dfdb9878
adding spedga's splash
diff --git a/public/index.html b/public/index.html index 75d5edd..0ef7270 100644 --- a/public/index.html +++ b/public/index.html @@ -1,239 +1,47 @@ -<!DOCTYPE html> -<html> - <head> - <title>Ruby on Rails: Welcome aboard</title> - <style type="text/css" media="screen"> - body { - margin: 0; - ...
djbender/sa
384a7fc866b006ef386a8900f7f0dbba6d74d1f4
Added correct Gemfile
diff --git a/Gemfile b/Gemfile index 72bdf6b..1c6601c 100644 --- a/Gemfile +++ b/Gemfile @@ -1,30 +1,40 @@ source 'http://rubygems.org' gem 'rails', '3.0.0' # Bundle edge Rails instead: # gem 'rails', :git => 'git://github.com/rails/rails.git' gem 'sqlite3-ruby', :require => 'sqlite3' +group :development d...
djbender/sa
29e32a2673702da401185b13764de048277bdca3
tweeking splash input box
diff --git a/content/index.html b/content/index.html index ee862a1..51b00fe 100644 --- a/content/index.html +++ b/content/index.html @@ -1,5 +1,5 @@ --- title: Spoiler Alert --- -<h1 id="droid">Welcome to <input type="text" disabled="disabled"/></h1> +<h1 id="droid">Welcome to <input type="text" disabled="disable...
djbender/sa
9dccb6bd4da5d081b6cae72ef5195de2e90927d7
changed to blank input box
diff --git a/content/index.html b/content/index.html index e8c99a5..ee862a1 100644 --- a/content/index.html +++ b/content/index.html @@ -1,5 +1,5 @@ --- title: Spoiler Alert --- -<h1 id="droid">Welcome to <span style="color: rgb(0, 0, 0); background-color: rgb(0, 0, 0);" class="spoiler" onmouseover="this.style.co...
djbender/sa
4b2dbb090adba3855cf1ea69076b30fd2f623347
tweaking display
diff --git a/content/stylesheet.css b/content/stylesheet.css index d1c8beb..1ba78bb 100644 --- a/content/stylesheet.css +++ b/content/stylesheet.css @@ -1,62 +1,65 @@ /** { margin: 0; padding: 0; font-family: Georgia, Palatino, Times, 'Times New Roman', sans-serif; }*/ body { background: #fff; } a ...
djbender/sa
e757a28de1841024d0f412c0c8eae1d0e750897d
changed font to droid. removed * from CSS
diff --git a/config.ru b/config.ru index daaa2eb..4a41df5 100644 --- a/config.ru +++ b/config.ru @@ -1,16 +1,16 @@ gem 'rack-rewrite', '~> 1.0.0' require 'rack/rewrite' use Rack::Rewrite do r301 %r{^([^\.]*[^\/])$}, '$1/' r301 %r{^(.*\/)$}, '$1index.html' end use Rack::Static, :urls => ["/"], :root => Dir...
djbender/sa
b5448a287d46a7b602a2436496ed975ccf8ee32f
adding files so i can deploy to heroku
diff --git a/.gems b/.gems new file mode 100644 index 0000000..f204a45 --- /dev/null +++ b/.gems @@ -0,0 +1 @@ +rack-rewrite --version '>= 1.0.0' diff --git a/config.ru b/config.ru new file mode 100644 index 0000000..daaa2eb --- /dev/null +++ b/config.ru @@ -0,0 +1,16 @@ +gem 'rack-rewrite', '~> 1.0.0' +require 'rack/r...
djbender/sa
8594f5fc80b83f9e4b1ca56802d8695ee81abd82
blank README
diff --git a/README b/README new file mode 100644 index 0000000..e69de29
alderete/Cap-and-Run
d54b40bdfe27482f9580057e6bbcc65b64b5fe99
Long overdue initial commit.
diff --git a/cap-and-run.php b/cap-and-run.php new file mode 100644 index 0000000..848b786 --- /dev/null +++ b/cap-and-run.php @@ -0,0 +1,260 @@ +<?php +/* +Plugin Name: Cap & Run +Version: 1.0 +Description: Drop caps and run-ins for posts and pages. +Plugin URI: http://URI_Of_Page_Describing_Plugin_and_Updates +Author...
hbussell/pycrypto
ccc8ae2e43fce280ca6572fccd5430b91068d5dd
use absolute package_dir in setup.py
diff --git a/setup.py b/setup.py index 37aedef..d52c8d9 100644 --- a/setup.py +++ b/setup.py @@ -1,341 +1,341 @@ #! /usr/bin/env python # # setup.py : Distutils setup script # # Part of the Python Cryptography Toolkit # # =================================================================== # Portions Copyright...
hbussell/pycrypto
f2a119eccf50bee3e241fb58d140cd7a12c80e32
revert change
diff --git a/setup.py b/setup.py index d52c8d9..37aedef 100644 --- a/setup.py +++ b/setup.py @@ -1,341 +1,341 @@ #! /usr/bin/env python # # setup.py : Distutils setup script # # Part of the Python Cryptography Toolkit # # =================================================================== # Portions Copyright...
pmarin/ical2pcal
862912973dc5404e3f98e7f8b546eca43d56e14b
fix handling of events without end time.
diff --git a/README b/README index 95c7966..ec0a30b 100644 --- a/README +++ b/README @@ -1,28 +1,28 @@ -ical2pcal v0.0.6 - Convert iCalendar (.ics) data files to pcal data files +ical2pcal v0.0.7 - Convert iCalendar (.ics) data files to pcal data files Usage: ical2pcal [-E] [-o <file>] [-h] file -E Us...
pmarin/ical2pcal
aa0f571c68d46b9132bdb497b50d146cd75fa6ac
Fix the version in readme
diff --git a/README b/README index 8328992..95c7966 100644 --- a/README +++ b/README @@ -1,28 +1,28 @@ -ical2pcal v0.0.5 - Convert iCalendar (.ics) data files to pcal data files +ical2pcal v0.0.6 - Convert iCalendar (.ics) data files to pcal data files Usage: ical2pcal [-E] [-o <file>] [-h] file -E Us...
pmarin/ical2pcal
8e79ab654d888bc95a2fbbc8379a7be2f0036685
v0.0.6
diff --git a/ical2pcal.sh b/ical2pcal.sh index d1cc70c..5d4442c 100755 --- a/ical2pcal.sh +++ b/ical2pcal.sh @@ -1,772 +1,813 @@ #!/bin/bash # Copyright (c) 2010 Jörg Kühne <jk-ical2pcal at gmx dot de> # Copyright (c) 2008 Francisco José Marín Pérez <pacogeek at gmail dot com> # All rights reserved. (The M...
pmarin/ical2pcal
e0daadeae1c1e2d5665b9073b10fb7931973ae9d
Modify an event from a event series.
diff --git a/ical2pcal.sh b/ical2pcal.sh index 7da0c24..d1cc70c 100755 --- a/ical2pcal.sh +++ b/ical2pcal.sh @@ -1,609 +1,772 @@ -#!/bin/bash +#!/bin/bash -# Copyright (c) 2010 Jörg Kühne <jk-ical2pcal at gmx dot de> +# Copyright (c) 2010 Jörg Kühne <jk-ical2pcal at gmx dot de> # Copyright (c) 2008 Francisco J...
pmarin/ical2pcal
c2be147cac4ca5114cba55c542cebe80ac275009
Implement the support of simple repeating events
diff --git a/README b/README index e04b898..3d1463b 100644 --- a/README +++ b/README @@ -1,26 +1,27 @@ -ical2pcal v0.0.2 - Convert iCalendar (.ics) data files to pcal data files +ical2pcal v0.0.4 - Convert iCalendar (.ics) data files to pcal data files + +Usage: ical2pcal [-E] [-o <file>] [-h] file -Usage: ica...
pmarin/ical2pcal
870d676221dc3a6e35e7ec7b1594b3d4e609a07c
ical2pcal does not support repeating events
diff --git a/README b/README index c5a8495..e04b898 100644 --- a/README +++ b/README @@ -1,24 +1,26 @@ ical2pcal v0.0.2 - Convert iCalendar (.ics) data files to pcal data files Usage: ical2pcal [-E] [-o <file>] [-h] file -E Use European date format (dd/mm/yyyy) -o <file> Write...
pmarin/ical2pcal
9065272773ff7f3e87a22d7aeb3f5758f5e136c6
Second try.
diff --git a/.ical2pcal.sh.swp b/.ical2pcal.sh.swp new file mode 100644 index 0000000..31be91c Binary files /dev/null and b/.ical2pcal.sh.swp differ
pmarin/ical2pcal
d727a1fa9e3d951295e209fbd0ebd136e841326f
Changed the Lincense to the Mit License
diff --git a/README b/README index 76fd8b5..c5a8495 100644 --- a/README +++ b/README @@ -1,26 +1,24 @@ -ical2pcal v0.0.1 - Convert iCalendar (.ics) data files to pcal data files +ical2pcal v0.0.2 - Convert iCalendar (.ics) data files to pcal data files Usage: ical2pcal [-E] [-o <file>] [-h] file ...
bougyman/fxc
5ccd9f376dade8c20bbc19b8fec9990eab89365f
Got dialplan import working against new Migrations
diff --git a/db/migrate/007_add_server_id_to_contexts.rb b/db/migrate/007_add_server_id_to_contexts.rb new file mode 100644 index 0000000..8cbebe8 --- /dev/null +++ b/db/migrate/007_add_server_id_to_contexts.rb @@ -0,0 +1,18 @@ +# Copyright (c) 2008-2009 The Rubyists, LLC (effortless systems) <rubyists@rubyists.com> +#...
bougyman/fxc
8c506ccb18b92891f02ac58baa89ba64b08f84a0
pointed MIGRATION_ROOT at new migrations path
diff --git a/lib/fxc.rb b/lib/fxc.rb index e2b234e..b89e52c 100644 --- a/lib/fxc.rb +++ b/lib/fxc.rb @@ -1,26 +1,26 @@ # Copyright (c) 2008-2009 The Rubyists, LLC (effortless systems) <rubyists@rubyists.com> # Distributed under the terms of the MIT license. # The full text can be found in the LICENSE file included w...
bougyman/fxc
41f0e2c2295d430dfccda0dbe8c35877720fca0a
moved needed migrations for new design (conf/directory in couchdb) to db/migrate, left originals for reference purposes in db/migrations
diff --git a/db/migrate/001_create_contexts.rb b/db/migrate/001_create_contexts.rb new file mode 100644 index 0000000..8dbf714 --- /dev/null +++ b/db/migrate/001_create_contexts.rb @@ -0,0 +1,18 @@ +# Copyright (c) 2008-2009 The Rubyists, LLC (effortless systems) <rubyists@rubyists.com> +# Distributed under the terms o...
bougyman/fxc
6a0265d9e02fc944b71a31f0ccf17dda90d3ac05
removed group document from directory, instead use an array of "groups" on a user document
diff --git a/lib/fxc/import.rb b/lib/fxc/import.rb index f52656b..fb8a7ff 100644 --- a/lib/fxc/import.rb +++ b/lib/fxc/import.rb @@ -1,192 +1,192 @@ require 'tsort' require 'pp' require 'nokogiri' require 'makura' class Hash include TSort alias tsort_each_node each_key def tsort_each_child(node, &block)...
bougyman/fxc
56b0f166f8ffe18f6d7a6c179b6a102cb1c6b69c
Sane version before integration with CouchDB
diff --git a/db/migrations/028_create_servers.rb b/db/migrations/028_create_servers.rb new file mode 100644 index 0000000..071bda6 --- /dev/null +++ b/db/migrations/028_create_servers.rb @@ -0,0 +1,18 @@ +# Copyright (c) 2008-2009 The Rubyists, LLC (effortless systems) <rubyists@rubyists.com> +# Distributed under the t...
bougyman/fxc
5f25a8c46ea86fa7dc516f0f196054950baf1d8a
Converter for rest of config files for couch
diff --git a/import_couch.rb b/import_couch.rb index f351772..8387217 100644 --- a/import_couch.rb +++ b/import_couch.rb @@ -1,123 +1,286 @@ require 'makura' +require 'tsort' require 'pp' require 'nokogiri' +class Hash + include TSort + alias tsort_each_node each_key + def tsort_each_child(node, &block) + fe...
bougyman/fxc
1e6e6b4eafee2c182b697aa50073b3b3eea2e91e
move the dialplan and directory (postgres backed) from old fxc/ramaze to the new innate node structure, all specs passing (WOOHOO). TODO: complete importer for conf/ directory, spec out the Proxy node
diff --git a/DEPENDENCIES b/DEPENDENCIES new file mode 100644 index 0000000..b622eb5 --- /dev/null +++ b/DEPENDENCIES @@ -0,0 +1,5 @@ +innate-2010.07 +makura-2010.08.26 +nokogiri-1.4.3.1 +pg-0.9.0 +sequel-3.15.0 diff --git a/README.txt b/README.txt index d2ff798..cea9cb1 100644 --- a/README.txt +++ b/README.txt @@ -1,5...
bougyman/fxc
a693276d2a5c376dfb82751c4e2cd749de1e336b
Pre-release
diff --git a/app.rb b/app.rb index 83adff1..b498a14 100644 --- a/app.rb +++ b/app.rb @@ -1,15 +1,15 @@ require "innate" require_relative "lib/fxc" Dir.glob(Fxc::PATH + "/node/*.rb").each { |node| - p node require node } require Fxc::PATH + "lib/rack/middleware" Innate.middleware! do |mw| mw.use Fxc::Rack::...
bougyman/fxc
a069fb79f4770f598df753b0b5e89638a85dff1b
got the middleware sorted out
diff --git a/config.ru b/config.ru index 3041cc3..2f5360b 100755 --- a/config.ru +++ b/config.ru @@ -1,16 +1,16 @@ #!/usr/bin/env rackup # # config.ru for ramaze apps # use thin >= 1.0.0 # thin start -R config.ru # # rackup is a useful tool for running Rack applications, which uses the # Rack::Builder DSL to co...
bougyman/fxc
d4ae47d78c72f0bf9cc5803b9fe58f50103028a3
initial version of fxc with just couch and innate
diff --git a/.bnsignore b/.bnsignore new file mode 100644 index 0000000..7dc2904 --- /dev/null +++ b/.bnsignore @@ -0,0 +1,20 @@ +# The list of files that should be ignored by Mr Bones. +# Lines that start with '#' are comments. +# +# A .gitignore file can be used instead by setting it as the ignore +# file in your Rak...
worxco/simplesql
f07a53c54bb1f119a67deaa614567cc01ccff5ff
Added tt.sql to .gitignore
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..938daf5 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +tt.sql
worxco/simplesql
0c504c04117739fe386369115aa97ad1fb4d8a17
Added tempfile logic for OS X and linux platform
diff --git a/simplesql b/simplesql index ebccfa8..c97a4a7 100755 --- a/simplesql +++ b/simplesql @@ -1,562 +1,574 @@ #!/bin/bash # Program: simpelsql # Description: This is an aggregation of mysql based commands. Most often used when working with the Drupal Database. # Author: Kurt L Vanderwater # Copyright (...
worxco/simplesql
3e9758c48e23235f315145bf93f427a22ffab2f7
Added 2 new functions. Checkall (extended) and Repairall (extended)
diff --git a/simplesql b/simplesql index 5da37b1..ebccfa8 100755 --- a/simplesql +++ b/simplesql @@ -1,524 +1,562 @@ #!/bin/bash # Program: simpelsql # Description: This is an aggregation of mysql based commands. Most often used when working with the Drupal Database. # Author: Kurt L Vanderwater # Copyright (...
worxco/simplesql
b64468487338d4c8b18b26224f301bb2ce76dd12
Removed the 'tail' as the test is now complete
diff --git a/simplesql b/simplesql index f988d02..5da37b1 100755 --- a/simplesql +++ b/simplesql @@ -13,513 +13,512 @@ # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See t...
worxco/simplesql
5dd17c58866e61f733a9006e0115c02ea3c56dbb
Added a tail for testing
diff --git a/simplesql b/simplesql index 5da37b1..f988d02 100755 --- a/simplesql +++ b/simplesql @@ -13,512 +13,513 @@ # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See t...
worxco/simplesql
dbe40d40e4869ca98a60629a2ca543a578a68a97
Fixed up the alignment on the comments
diff --git a/simplesql b/simplesql index f0aeb7d..5da37b1 100755 --- a/simplesql +++ b/simplesql @@ -1,517 +1,524 @@ #!/bin/bash # Program: simpelsql # Description: This is an aggregation of mysql based commands. Most often used when working with the Drupal Database. # Author: Kurt L Vanderwater # Copyright (...
worxco/simplesql
6f96f10a1dd66037bba91611474f26627e5c0fbf
Added a new mode, drupalfind.
diff --git a/simplesql b/simplesql index e97ea6c..f0aeb7d 100755 --- a/simplesql +++ b/simplesql @@ -1,470 +1,517 @@ #!/bin/bash # Program: simpelsql # Description: This is an aggregation of mysql based commands. Most often used when working with the Drupal Database. # Author: Kurt L Vanderwater # Copyright (...
worxco/simplesql
fbc82662e9b305447b5fec6f6db4f7bc6d02e771
Added a new mode, 'dumpmeta' to dump just the DB structure Added a few more places to look for the simplesql.conf file
diff --git a/simplesql b/simplesql index 0cbaeb1..e97ea6c 100755 --- a/simplesql +++ b/simplesql @@ -1,452 +1,470 @@ #!/bin/bash # Program: simpelsql # Description: This is an aggregation of mysql based commands. Most often used when working with the Drupal Database. # Author: Kurt L Vanderwater # Copyright (...
worxco/simplesql
f10ffcf7cbe6efd535c0c3c363357fc66d32d7d2
Added in the GLPv3 license file and notices inside the script
diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..10926e8 --- /dev/null +++ b/LICENSE @@ -0,0 +1,675 @@ + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/> + Everyone is permitted to copy...
worxco/simplesql
7ec1c674a8ff913fb5b9f0b998d45de50e80094a
Added description for dumpdrupal to the variable. Also added some indentation to the 'mode' documentation
diff --git a/simplesql b/simplesql index 85fb91e..7130cfb 100755 --- a/simplesql +++ b/simplesql @@ -1,429 +1,429 @@ #!/bin/bash set -o errexit set -o nounset # For this script to run properly, you must fill out all the required information. # If you are lazy like me, you can run a file named simplesql.conf to...
worxco/simplesql
d1465b536e390f26b1d75ee0697b3380871b6e62
Added the README file
diff --git a/README b/README new file mode 100644 index 0000000..c045bb5 --- /dev/null +++ b/README @@ -0,0 +1,35 @@ +README for simplesql + +This is a Bash script. +The purpose, like most programs, is to support my lazyness. + +By creating the $usage portion, it reminded me what parameters +I needed to get a particula...
zhimin/rformspec
756e89cb730b2ec25564c6243fdcd3e81bd93649
fixed Rakefile with new package task
diff --git a/Rakefile b/Rakefile index 381c0a7..c0f1015 100755 --- a/Rakefile +++ b/Rakefile @@ -1,63 +1,64 @@ require 'rubygems' require 'rake/testtask' -require 'rake/rdoctask' -require 'rake/gempackagetask' +require 'rdoc/task' +require 'rubygems/package_task' $:.unshift(File.dirname(__FILE__) + "/lib") requir...
zhimin/rformspec
74c83838c042659181e9790bfe59840d58fbb6fb
change button 1 for win7
diff --git a/lib/rformspec/open_file_dialog.rb b/lib/rformspec/open_file_dialog.rb index d888563..d13f236 100644 --- a/lib/rformspec/open_file_dialog.rb +++ b/lib/rformspec/open_file_dialog.rb @@ -1,19 +1,20 @@ module RFormSpec class OpenFileDialog < RFormSpec::Window def initialize(title = "Open File", text...
zhimin/rformspec
f8133c04069c7a9d44dc16700c2c2ea6e90be32b
bump version to 0.5.1
diff --git a/Rakefile b/Rakefile index 3447ee2..381c0a7 100755 --- a/Rakefile +++ b/Rakefile @@ -1,63 +1,63 @@ require 'rubygems' require 'rake/testtask' require 'rake/rdoctask' require 'rake/gempackagetask' $:.unshift(File.dirname(__FILE__) + "/lib") require 'rformspec' desc "Default task" task :default =>...
zhimin/rformspec
8c96462704f507004bebe1647e22b2e35317c64a
focus win
diff --git a/lib/rformspec/driver.rb b/lib/rformspec/driver.rb index ca4f06f..9669eb6 100644 --- a/lib/rformspec/driver.rb +++ b/lib/rformspec/driver.rb @@ -1,120 +1,120 @@ require 'win32ole' require File.join(File.dirname(__FILE__), "testwise_plugin.rb") module RFormSpec module Driver include TestWise...
zhimin/rformspec
a502d2a98c367d4017a54333b09f68c3d9ae427a
focus window takes text
diff --git a/lib/rformspec/driver.rb b/lib/rformspec/driver.rb index 6fa6e00..ca4f06f 100644 --- a/lib/rformspec/driver.rb +++ b/lib/rformspec/driver.rb @@ -1,116 +1,120 @@ require 'win32ole' require File.join(File.dirname(__FILE__), "testwise_plugin.rb") module RFormSpec module Driver include TestWise...
zhimin/rformspec
70b70c13b94c23e19339fd72e35839284202debc
remove debug comments
diff --git a/lib/rformspec/driver.rb b/lib/rformspec/driver.rb index 7bbb68c..19cc87c 100644 --- a/lib/rformspec/driver.rb +++ b/lib/rformspec/driver.rb @@ -1,118 +1,116 @@ require 'win32ole' require File.join(File.dirname(__FILE__), "testwise_plugin.rb") module RFormSpec module Driver include TestWise...
zhimin/rformspec
76ff11e420c4f5491d6e63860770d585a2693bf6
add more rwebspec utils
diff --git a/CHANGELOG b/CHANGELOG index 8a8f91d..565ff8a 100755 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,53 +1,57 @@ CHANGELOG ========= +0.5 (2012-7) +- TestWise IDE support +- add RWebSpec utils methods such as try_until +- wait_and focus_window is optmized 0.4.1 (2012-6) - add get_class() to find class by name...
zhimin/rformspec
1399d9f14663dae2ad2423e92c79c700574c30cb
add get_class
diff --git a/CHANGELOG b/CHANGELOG index 7db9d5e..8a8f91d 100755 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,49 +1,53 @@ CHANGELOG ========= +0.4.1 (2012-6) + +- add get_class() to find class by name, useful for identify control + instance + 0.4 (2011-10) - Change Window class: not wait for active by default - using g...
zhimin/rformspec
cabeb9131d8f7fca1407cd95a64a916dc3c5249b
add get class
diff --git a/lib/rformspec/control.rb b/lib/rformspec/control.rb index b55e0bb..8141126 100644 --- a/lib/rformspec/control.rb +++ b/lib/rformspec/control.rb @@ -1,153 +1,162 @@ require File.dirname(__FILE__) + "/driver" module RFormSpec class BaseControl include Driver attr_accessor :parent_win, :con...
zhimin/rformspec
8cbc517938e20f2eac7a1d452fbdce140a770aed
examples updates
diff --git a/CHANGELOG b/CHANGELOG index 6091b5b..7db9d5e 100755 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,42 +1,49 @@ CHANGELOG ========= + +0.4 (2011-10) +- Change Window class: not wait for active by default +- using global variable reference to AutoIt3 OLE +- New AutoIt class +- Examples update + 0.3.2 Add option...
zhimin/rformspec
ad841985040497d7da2ab9fd5aab13022b20876a
use global $a3
diff --git a/lib/rformspec/driver.rb b/lib/rformspec/driver.rb index 3011afd..fd2a584 100644 --- a/lib/rformspec/driver.rb +++ b/lib/rformspec/driver.rb @@ -1,82 +1,91 @@ require 'win32ole' module RFormSpec module Driver - def init - driver - end - - def driver - return $a3 if $a3 - + def...
zhimin/rformspec
5a0cf311c5ea34df43e83d9db3152f55dd21a76c
global
diff --git a/Rakefile b/Rakefile index 62370c9..a386e79 100755 --- a/Rakefile +++ b/Rakefile @@ -1,63 +1,63 @@ require 'rubygems' require 'rake/testtask' require 'rake/rdoctask' require 'rake/gempackagetask' $:.unshift(File.dirname(__FILE__) + "/lib") require 'rformspec' desc "Default task" task :default =>...
zhimin/rformspec
80afd94c76a4f66051b0bbff6f1bc0d6f9e0f6ca
bump to version 0.3.2
diff --git a/CHANGELOG b/CHANGELOG index 2bdcfb9..6091b5b 100755 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,39 +1,42 @@ CHANGELOG ========= +0.3.2 + +Add option in Window class to wait to focus window (default) 0.3.1 (2010-08) ===== Activate window not currently in focus == 0.3 (2009-10-27) Renamed to RFormSpec...
zhimin/rformspec
0ef97ec16f4e1488a39e2666fb5823f739458c64
add option to wait in Window:
diff --git a/lib/rformspec/window.rb b/lib/rformspec/window.rb index 3190ef7..5e4766e 100644 --- a/lib/rformspec/window.rb +++ b/lib/rformspec/window.rb @@ -1,100 +1,104 @@ require File.dirname(__FILE__) + "/driver" require File.dirname(__FILE__) + "/control" module RFormSpec class Window < BaseControl ...
zhimin/rformspec
d9f36259ea6f161cfe405dd8ca634ec827663206
activate window not in focus
diff --git a/CHANGELOG b/CHANGELOG index 6bb5b6d..2bdcfb9 100755 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,35 +1,39 @@ CHANGELOG ========= +0.3.1 (2010-08) +===== +Activate window not currently in focus + == 0.3 (2009-10-27) Renamed to RFormSpec == 0.2.0 (2007-12-18) - add convenient methods in Driver - add a ...
zhimin/rformspec
946dfe803a4d77d780e469e08ebfb3cd2edaef86
renamed to rformspec
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..088af20 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +pkg/* diff --git a/CHANGELOG b/CHANGELOG index 636fedc..91900ac 100755 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,30 +1,30 @@ -CHANGELOG -========= -== 0.2.0 (2007-12-18) - - add convenient metho...
zhimin/rformspec
d384bd4daf5bb502946f7bdb390e1f8b2e3ac190
Import rFormUnit 0.2.1 to Git
diff --git a/CHANGELOG b/CHANGELOG new file mode 100755 index 0000000..636fedc --- /dev/null +++ b/CHANGELOG @@ -0,0 +1,30 @@ +CHANGELOG +========= +== 0.2.0 (2007-12-18) + - add convenient methods in Driver + - add a commonly used dialog class: open file dialog, save as file dialog + - add filtered key to suppor...
yan/msbin
7432c8dfcd797c391b25e081b53cedac507748a3
added readme
diff --git a/README b/README index cdbb96f..47362cc 100644 --- a/README +++ b/README @@ -1,11 +1,17 @@ msbin reads a stream of Microsoft Binary XML (such as Silverlight messages) and writes its human-readable XML equivalent to stdout. All types should be implemented, but not all are tested. To use: ./msbin.r...
yan/msbin
30dd6c9f939e9a1c06a1df968d8d5c11361b9563
Started tests
diff --git a/tests.rb b/tests.rb new file mode 100755 index 0000000..d581fa8 --- /dev/null +++ b/tests.rb @@ -0,0 +1,23 @@ +#!/usr/bin/env ruby + +require 'stringio' +require 'types' + +test_cases = { +"EndElement" => "\x40\x03\x64\x6F\x63\x01", +#<doc></doc> +"Comment" => "\x02\x07\x63\x6F\x6D\x6D\x65\x6E\x74", +#<!--...
yan/msbin
e346d459aefeb4379389af14aa2a99c8173f78b2
Added author comments and readme
diff --git a/README b/README new file mode 100644 index 0000000..cdbb96f --- /dev/null +++ b/README @@ -0,0 +1,11 @@ +msbin reads a stream of Microsoft Binary XML (such as Silverlight +messages) and writes its human-readable XML equivalent to stdout. + +All types should be implemented, but not all are tested. + +To us...
yan/msbin
ba06778e87ffb6f6ad90245d5da3a1a9248896f9
reorganized
diff --git a/msbin.rb b/msbin.rb index fe3db4f..548dab4 100755 --- a/msbin.rb +++ b/msbin.rb @@ -1,25 +1,19 @@ #!/usr/bin/env ruby -#require 'records' -require 'types' +require 'msbin/types' if ARGV.size == 0 $stderr.write("Usage: #{$0} [file.msbin|-]\n") exit 1 end -if ARGV[0] == '-' - f = $stdin -else - ...
yan/msbin
6f54a31f5765e31809b5bc940fdd0f06935f388f
added tests/reimplemented some
diff --git a/encode.rb b/encode.rb deleted file mode 100755 index 48b8b44..0000000 --- a/encode.rb +++ /dev/null @@ -1,8 +0,0 @@ -#!/usr/bin/env ruby - -require 'rubygems' -require 'xmlsimple' - -#xml = $stdin.read - -puts XmlSimple.xml_in($stdin.read) diff --git a/msbin.rb b/msbin.rb index ea1e19a..fe3db4f 100755 --- ...
yan/msbin
ed909967149a45793152b27ebaf8a444523fb36d
more standardization
diff --git a/record.rb b/record.rb index 0ea1c2f..3045564 100644 --- a/record.rb +++ b/record.rb @@ -1,108 +1,129 @@ #!/usr/bin/env ruby -def read_byte(handle) - return handle.read(1)[0] +def read_long(handle) + return handle.read(4).unpack('L').first +end + +def read_string(handle) + len = read_int31(handle) + ...
yan/msbin
2d580b91ccf6fbdf6db8a1e9157d749aaecd45c9
started splitting up types
diff --git a/attributes.rb b/attributes.rb new file mode 100644 index 0000000..1d54304 --- /dev/null +++ b/attributes.rb @@ -0,0 +1,145 @@ +require 'record' + +module MSBIN + class ShortAttribute < Record + @record_type = 0x04 + + define_with_endelement + + def initialize(handle, record_type) + @name = read_string...
yan/msbin
03ad0c7df2deeaa2e10d4e25a7293fa816c53306
metaporgramming magic
diff --git a/types.rb b/types.rb index 7eee36b..75c287d 100644 --- a/types.rb +++ b/types.rb @@ -1,683 +1,687 @@ #!/usr/bin/env ruby require 'msbin_types' #TODO: Separate attributes, text records, etc into separate files and modules $indent = -1 def write_xml(s, increase=1) indent = " "*$indent puts "#{...
yan/msbin
77f5be19241804e68861e9949e17ba63998e22d0
almost done implementing types
diff --git a/types.rb b/types.rb index fa8f94b..7eee36b 100644 --- a/types.rb +++ b/types.rb @@ -1,642 +1,834 @@ #!/usr/bin/env ruby require 'msbin_types' #TODO: Separate attributes, text records, etc into separate files and modules $indent = -1 def write_xml(s, increase=1) indent = " "*$indent puts "#{...
yan/msbin
b1cd52d3049651e48ba7b8275d1bed19766bf5a4
reflect changed method name
diff --git a/main.rb b/main.rb index 8a9c11d..8be4238 100755 --- a/main.rb +++ b/main.rb @@ -1,38 +1,38 @@ #!/usr/bin/env ruby require 'records' require 'types' if ARGV.size == 0 $stderr.write("Usage: #{$0} [file.msbin|-]\n") exit 1 end def read_msbin(handle) while !handle.eof() a = MSBIN::Record...
yan/msbin
f7ece4eb81a32b3484187b102cb4d84ed63d3144
Terrible commit messages, but lots of changes again
diff --git a/types.rb b/types.rb index ba9528a..fa8f94b 100644 --- a/types.rb +++ b/types.rb @@ -1,571 +1,642 @@ #!/usr/bin/env ruby require 'msbin_types' #TODO: Separate attributes, text records, etc into separate files and modules $indent = -1 def write_xml(s, increase=1) indent = " "*$indent puts "#{...
yan/msbin
278ceb38d552139beca302a566f30f8f11addc16
reformatted and changed a lot
diff --git a/types.rb b/types.rb index a958d8d..ba9528a 100644 --- a/types.rb +++ b/types.rb @@ -1,478 +1,571 @@ #!/usr/bin/env ruby require 'msbin_types' +#TODO: Separate attributes, text records, etc into separate files and modules + $indent = -1 def write_xml(s, increase=1) indent = " "*$indent - #"(#{$in...
yan/msbin
f037cb1487d00abe0594e89c99a3792186bf7e25
starting reorg
diff --git a/encode.rb b/encode.rb old mode 100644 new mode 100755 index 7473f6b..48b8b44 --- a/encode.rb +++ b/encode.rb @@ -1,3 +1,8 @@ #!/usr/bin/env ruby +require 'rubygems' +require 'xmlsimple' +#xml = $stdin.read + +puts XmlSimple.xml_in($stdin.read) diff --git a/main.rb b/main.rb index 141a559..8a9c11d 1007...
yan/msbin
d0369464af9ed7c85364b80ddef40b936ff97397
more changes
diff --git a/encode.rb b/encode.rb new file mode 100644 index 0000000..7473f6b --- /dev/null +++ b/encode.rb @@ -0,0 +1,3 @@ +#!/usr/bin/env ruby + +
yan/msbin
c679c9dba5dfdf6381caf043ce3a611d388ee010
more changes
diff --git a/.main.rb.swp b/.main.rb.swp index ce607c7..ee9a7ca 100644 Binary files a/.main.rb.swp and b/.main.rb.swp differ diff --git a/.types.rb.swp b/.types.rb.swp index 72256d0..1a65658 100644 Binary files a/.types.rb.swp and b/.types.rb.swp differ diff --git a/main.rb b/main.rb index b217570..141a559 100755 --- a...
yan/msbin
f912a4c668c04e306826be097114c20e6b665e4f
added a gitignore
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..584aca0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.sw* +.*.swp
yan/msbin
3eca1de7f53aed04b22a829e91daaa12fdbd971c
more changes
diff --git a/.main.rb.swp b/.main.rb.swp new file mode 100644 index 0000000..ce607c7 Binary files /dev/null and b/.main.rb.swp differ diff --git a/.records.rb.swp b/.records.rb.swp new file mode 100644 index 0000000..efdf44e Binary files /dev/null and b/.records.rb.swp differ diff --git a/.swo b/.swo new file mode 1006...
yan/msbin
87d8383a836d33be0a78d6424f9f77d7aa0fd157
more work
diff --git a/main.rb b/main.rb index d439752..b217570 100755 --- a/main.rb +++ b/main.rb @@ -1,34 +1,37 @@ #!/usr/bin/env ruby +require 'records' +require 'types' if ARGV.size == 0 $stderr.write("Usage: #{$0} file.msbin\n") exit 1 end -def read_byte(handle) - return handle.read(1)[0] -end - -def read_long(...
benjamw/pharaoh
e4c0da28c606236a8efacc5785f8a27853ddc086
allow clicks on finished games
diff --git a/scripts/index.js b/scripts/index.js index 4d330d0..e86b0a1 100644 --- a/scripts/index.js +++ b/scripts/index.js @@ -1,133 +1,133 @@ // index javascript var reload = true; // do not change this var refresh_timer = false; var refresh_timeout = 30001; // 30 seconds $(document).ready( function( ) { ...
benjamw/pharaoh
28f9d1554479dc2255ba584800f384097fc754fe
recompiled css
diff --git a/css/game.css b/css/game.css index 06f1621..7fe974b 100644 --- a/css/game.css +++ b/css/game.css @@ -1 +1 @@ -.msg,.sunk,.finished{color:#FFF;font-weight:bold;font-size:16px;line-height:24px;background:#C00;padding:4px;text-align:center;margin-bottom:1ex}.won{background:#093}.lost{background:#C00}div.board,...
benjamw/pharaoh
30dc07ba503b25301a05ebc545d9a562de259d19
minor changes
diff --git a/.gitignore b/.gitignore index a29f844..f72f8d1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,19 +1,21 @@ /.sass-cache /config /old_css /testpages +/.idea *.epp *.err +*.orig *.log .svn /games/*.pgn /logs/* /includes/config.php /scripts/ba-debug.js !/logs/.htaccess diff --git a/aja...
benjamw/pharaoh
00965bb233ae253be32e8c1cb82711593af12789
change debug seettings
diff --git a/includes/func.global.php b/includes/func.global.php index bbb2ceb..0e86e8b 100644 --- a/includes/func.global.php +++ b/includes/func.global.php @@ -1,353 +1,354 @@ <?php /** function call [dump] [debug] * This function is for debugging only * Outputs given var to screen * or, if no var given, ...
benjamw/pharaoh
279c37c77297376648fb4a0dba565865472e9b27
fix hack detection issues
diff --git a/includes/config.php.sample b/includes/config.php.sample index 77edc83..6e36873 100644 --- a/includes/config.php.sample +++ b/includes/config.php.sample @@ -1,46 +1,47 @@ <?php // ---------------------------------------------------------- // DO NOT MODIFY THIS FILE UNLESS YOU KNOW WHAT YOU ARE DOING /...
benjamw/pharaoh
51e3107e8ead504c9ffadd35b5eaa802d8930824
css updates
diff --git a/css/board.css b/css/board.css index 2f6eeb3..e1f85f3 100644 --- a/css/board.css +++ b/css/board.css @@ -1 +1 @@ -.a_board{background-color:#1F2023;color:#CCC;width:550px;height:450px}.a_board .header{text-align:center;font-weight:bold;font-size:16px}.a_board div{border:1px solid #000;float:left;clear:none;...
benjamw/pharaoh
5b125b49031046087fb827ae5bf049ca6cf659b2
minor updates
diff --git a/game.php b/game.php index b64cb11..718002d 100644 --- a/game.php +++ b/game.php @@ -1,265 +1,265 @@ <?php require_once 'includes/inc.global.php'; // grab the game id if (isset($_GET['id'])) { $_SESSION['game_id'] = (int) $_GET['id']; } elseif ( ! isset($_SESSION['game_id'])) { if ( ! defined(...
benjamw/pharaoh
4df3a59ded13940d09450586402799762f71fcc7
recognize immediate hits on the laser
diff --git a/classes/pharaoh.class.php b/classes/pharaoh.class.php index 4989dfc..5fc328d 100644 --- a/classes/pharaoh.class.php +++ b/classes/pharaoh.class.php @@ -1,1030 +1,1047 @@ <?php /* +--------------------------------------------------------------------------- | | pharaoh.class.php (php 5.x) | | by B...
benjamw/pharaoh
f5c0ab258324f96d7cf66557fc4bd491b955b825
minor updates
diff --git a/classes/gameplayer.class.php b/classes/gameplayer.class.php index 6129446..0b76d1e 100644 --- a/classes/gameplayer.class.php +++ b/classes/gameplayer.class.php @@ -1,677 +1,648 @@ <?php /* +--------------------------------------------------------------------------- | | gameplayer.class.php (php 5.x)...
benjamw/pharaoh
638da92b1c92ca3674f97f6e1e578ff556fb28e5
fixed spacing in readme
diff --git a/README.md b/README.md index f13a7ed..3dbf57a 100644 --- a/README.md +++ b/README.md @@ -1,47 +1,48 @@ Pharoah v1.0 + 2012-08-07 Benjam Welker (http://iohelix.net) INSTALLATION ---------------------------------- 1. Copy the /includes/config.php.sample file and rename to /inludes/config.php 2. E...
benjamw/pharaoh
85406494d5563dc9afcff99673220c69a0c6a15c
added readme
diff --git a/README.md b/README.md new file mode 100644 index 0000000..f13a7ed --- /dev/null +++ b/README.md @@ -0,0 +1,47 @@ +Pharoah v1.0 +2012-08-07 + +Benjam Welker (http://iohelix.net) + +INSTALLATION +---------------------------------- +1. Copy the /includes/config.php.sample file and rename to /inludes/config.ph...
benjamw/pharaoh
61e640a985171a2296db822790a9f015a22294dc
moved game.js to end of file and incorporated end of file scripts
diff --git a/game.php b/game.php index 514e2b8..b64cb11 100644 --- a/game.php +++ b/game.php @@ -1,272 +1,265 @@ <?php require_once 'includes/inc.global.php'; // grab the game id if (isset($_GET['id'])) { $_SESSION['game_id'] = (int) $_GET['id']; } elseif ( ! isset($_SESSION['game_id'])) { if ( ! defined(...
benjamw/pharaoh
9ff685adef5645c0588852ac89083927d13310cf
Added missing Game::save calls Moved all Game::save calls to Game class
diff --git a/ajax_helper.php b/ajax_helper.php index 482d554..80244a4 100644 --- a/ajax_helper.php +++ b/ajax_helper.php @@ -1,291 +1,290 @@ <?php $GLOBALS['NODEBUG'] = true; $GLOBALS['AJAX'] = true; // don't require log in when testing for used usernames and emails if (isset($_POST['validity_test']) || (iss...
benjamw/pharaoh
ff3922bf55e927e29e91a968ec334e43a2c6900c
made nudge function use exceptions instead of return values
diff --git a/classes/game.class.php b/classes/game.class.php index 58530ff..ba14c7c 100644 --- a/classes/game.class.php +++ b/classes/game.class.php @@ -1089,1036 +1089,1036 @@ class Game /** public function is_player * Tests if the given ID is a player in the game * * @param int player id * @return ...
benjamw/pharaoh
b90ed76723a0a1ea39621b24b104a2f1d63e2bb0
removed localhost specific code
diff --git a/includes/func.global.php b/includes/func.global.php index 447ad93..87974c6 100644 --- a/includes/func.global.php +++ b/includes/func.global.php @@ -1,296 +1,296 @@ <?php /** function call [dump] [debug] * This function is for debugging only * Outputs given var to screen * or, if no var given, ...
benjamw/pharaoh
fb9920da8d81ae0e9555883b8fc1732f2f3cdefb
added array_filter_recursive function
diff --git a/includes/func.array.php b/includes/func.array.php index bfb63bb..5c42e55 100644 --- a/includes/func.array.php +++ b/includes/func.array.php @@ -1,370 +1,405 @@ <?php /** * ARRAY FUNCTIONS * * * * * * * * * * * * * * * * * * * * * * * * * * */ /** function array_trim [arrayTrim] * Performs ...
benjamw/pharaoh
189402d1f062d25ba0408054a05ba60adf7f7925
refactored the (im|ex)plode_full functions
diff --git a/includes/func.array.php b/includes/func.array.php index adb9497..bfb63bb 100644 --- a/includes/func.array.php +++ b/includes/func.array.php @@ -1,358 +1,370 @@ <?php /** * ARRAY FUNCTIONS * * * * * * * * * * * * * * * * * * * * * * * * * * */ /** function array_trim [arrayTrim] * Performs ...
benjamw/pharaoh
ab5187b054e0e33bc081745e55b65f41bfe80043
added missing _backtrace property
diff --git a/classes/mysql.class.php b/classes/mysql.class.php index 2616570..1879b5c 100644 --- a/classes/mysql.class.php +++ b/classes/mysql.class.php @@ -539,634 +539,636 @@ class Mysql * * @param string table name * @param string where clause * @action execute a mysql query * @return result */ p...
benjamw/pharaoh
828ec335bb694e8bf03fa2d1f444b2e376d4cf88
renamed tables in EOF comments
diff --git a/classes/chat.class.php b/classes/chat.class.php index a087d5f..2d8aec0 100644 --- a/classes/chat.class.php +++ b/classes/chat.class.php @@ -1,253 +1,253 @@ <?php /* +--------------------------------------------------------------------------- | | chat.class.php (php 5.x) | | by Benjam Welker | ...
benjamw/pharaoh
4a6db8ebedfef4a8845755e289f2412ca12eb44a
reverted changes that broke some AJAX
diff --git a/ajax_helper.php b/ajax_helper.php index dc5cc91..482d554 100644 --- a/ajax_helper.php +++ b/ajax_helper.php @@ -1,295 +1,291 @@ <?php $GLOBALS['NODEBUG'] = true; $GLOBALS['AJAX'] = true; // don't require log in when testing for used usernames and emails if (isset($_POST['validity_test']) || (iss...