repo
string
commit
string
message
string
diff
string
vmingchen/profile
df55d69da1689aa9d7a71469ac1920a70e21aca1
add spell words from crossroads
diff --git a/.vim/spell/en.utf-8.add b/.vim/spell/en.utf-8.add new file mode 100644 index 0000000..9600e42 --- /dev/null +++ b/.vim/spell/en.utf-8.add @@ -0,0 +1,8 @@ +NFSv4 +inode +timestamp +locking +RPC +revalidate +Filebench +readahead diff --git a/.vim/spell/en.utf-8.add.spl b/.vim/spell/en.utf-8.add.spl new file ...
vmingchen/profile
82fa600065ec321339b10db80506ca689bceaaa8
add vim support for protocol buffer
diff --git a/.vim/c-support/templates/c.idioms.template b/.vim/c-support/templates/c.idioms.template index 547b1f8..d712d1f 100644 --- a/.vim/c-support/templates/c.idioms.template +++ b/.vim/c-support/templates/c.idioms.template @@ -1,133 +1,132 @@ $%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%...
vmingchen/profile
59c340a21c07ed234397571c6bc7394191c699b1
use enum for logging_level
diff --git a/.vim/templates/py.py b/.vim/templates/py.py index 8aca5e4..3c80947 100644 --- a/.vim/templates/py.py +++ b/.vim/templates/py.py @@ -1,34 +1,35 @@ #!/usr/bin/env python ''' by Ming Chen, v.mingchen@gmail.com ''' import gflags import os import sys from myutil.log import GetLoggers,SetLogLevel ...
vmingchen/profile
8c1457603f8af640530e456c5ffa21bcd37ce675
use simplified templates
diff --git a/.bashrc b/.bashrc index 030fe8c..a7715e9 100644 --- a/.bashrc +++ b/.bashrc @@ -1,244 +1,249 @@ # ~/.bashrc: executed by bash(1) for non-login shells. # see /usr/share/doc/bash/examples/startup-files (in the package bash-doc) # for examples # If not running interactively, don't do anything [ -z "$PS...
vmingchen/profile
f0e7d8da7d47634ae83f86a8c396696f10f1a2a0
make .stp as systemtap file, not some other I do not care
diff --git a/.vim/plugin/NERD_commenter.vim b/.vim/plugin/NERD_commenter.vim index ef88dd4..8e17bb0 100644 --- a/.vim/plugin/NERD_commenter.vim +++ b/.vim/plugin/NERD_commenter.vim @@ -1,846 +1,846 @@ " ============================================================================ " File: NERD_commenter.vim " D...
vmingchen/profile
bc3bd8d2ab1080096f11463b81a764310c930227
add systemtap support
diff --git a/.vim/ftdetect/stp.vim b/.vim/ftdetect/stp.vim new file mode 100644 index 0000000..c7a9ed3 --- /dev/null +++ b/.vim/ftdetect/stp.vim @@ -0,0 +1,3 @@ +augroup filetype + au BufNewFile,BufRead *.stp set filetype=stp +augroup end diff --git a/.vim/ftplugin/stp.vim b/.vim/ftplugin/stp.vim new file mode 100644 ...
vmingchen/profile
3b3f52daaf4e2ef8b23c72c75ddd5a2e6504e72b
add missed import
diff --git a/.vim/templates/py.py b/.vim/templates/py.py index f634ec4..8aca5e4 100644 --- a/.vim/templates/py.py +++ b/.vim/templates/py.py @@ -1,33 +1,34 @@ #!/usr/bin/env python ''' by Ming Chen, v.mingchen@gmail.com ''' import gflags import os +import sys from myutil.log import GetLoggers,SetLogLevel ...
vmingchen/profile
8d4a1cd00abc2f7b222d6ca61f37c39a281c35e9
remove PATH
diff --git a/.bashrc b/.bashrc index e56cfa9..b3ef930 100644 --- a/.bashrc +++ b/.bashrc @@ -1,234 +1,233 @@ # ~/.bashrc: executed by bash(1) for non-login shells. # see /usr/share/doc/bash/examples/startup-files (in the package bash-doc) # for examples # If not running interactively, don't do anything [ -z "$PS...
vmingchen/profile
95d203f7b34ef343daa88e3b333b29724a6f3c10
use xdg-open for alias o
diff --git a/.bashrc b/.bashrc index 116617b..030fe8c 100644 --- a/.bashrc +++ b/.bashrc @@ -1,244 +1,244 @@ # ~/.bashrc: executed by bash(1) for non-login shells. # see /usr/share/doc/bash/examples/startup-files (in the package bash-doc) # for examples # If not running interactively, don't do anything [ -z "$PS...
arctictiger/jsgeom
305858c250ebe552824b91eff4199b7bf75de35f
* Added ant build * Added jslint4java * Added ant jslint task
diff --git a/build/build.xml b/build/build.xml new file mode 100644 index 0000000..ec961ee --- /dev/null +++ b/build/build.xml @@ -0,0 +1,32 @@ +<project name="jsgeom" default="dist" basedir="../"> + <description> + JSGeom build file + </description> + <!-- set global properties for this build --> + ...
arctictiger/jsgeom
a74f513693bc62ffad99959a8d01837ff7b02c84
first propper commit
diff --git a/MIT-LICENSE b/MIT-LICENSE new file mode 100644 index 0000000..336156c --- /dev/null +++ b/MIT-LICENSE @@ -0,0 +1,19 @@ +Copyright (c) 2010 Tom Blackmore Arctictiger + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Sof...
lamdor/jruby-fit
f1e74edb4ca558791b45bd4f12bb4f3dfd44498f
Removed sout
diff --git a/src/main/java/fit/JRubyFitServer.java b/src/main/java/fit/JRubyFitServer.java index 09a1227..81f77d4 100644 --- a/src/main/java/fit/JRubyFitServer.java +++ b/src/main/java/fit/JRubyFitServer.java @@ -1,49 +1,48 @@ package fit; import fit.FitServer; import fit.Fixture; import fit.Parse; import org....
lamdor/jruby-fit
b06b34a956a66ae89d0c2ec16f1a2640e770538d
Moved org.jruby.JrubyFitServer to fit.JRubyFitServer
diff --git a/examples/FitNesseRoot/FrontPage/ExampleS/content.txt b/examples/FitNesseRoot/FrontPage/ExampleS/content.txt index 38432f3..cfb81af 100644 --- a/examples/FitNesseRoot/FrontPage/ExampleS/content.txt +++ b/examples/FitNesseRoot/FrontPage/ExampleS/content.txt @@ -1,8 +1,8 @@ !2 !contents !path ../target/de...
lamdor/jruby-fit
099f48ae4b8b1d017aebad77523d3c0040b3e6c7
Small refactoring to follow the *_extension.rb convention # flattened JRubyFixture to just Fit::Fixture
diff --git a/src/main/java/org/jruby/fit/JRubyFitServer.java b/src/main/java/org/jruby/fit/JRubyFitServer.java index 01972d1..4656847 100644 --- a/src/main/java/org/jruby/fit/JRubyFitServer.java +++ b/src/main/java/org/jruby/fit/JRubyFitServer.java @@ -1,49 +1,49 @@ package org.jruby.fit; import fit.FitServer; imp...
lamdor/jruby-fit
7630f63350e5ba7c2587247b08d057206a016176
Added ActionFixture extension
diff --git a/examples/FitNesseRoot/FrontPage/ExampleS/AdditioN/content.txt b/examples/FitNesseRoot/FrontPage/ExampleS/AdditioN/content.txt new file mode 100644 index 0000000..7717e53 --- /dev/null +++ b/examples/FitNesseRoot/FrontPage/ExampleS/AdditioN/content.txt @@ -0,0 +1,5 @@ +!|eg.fixtures.Addition| +|first|second...
lamdor/jruby-fit
99dd9f53e00b61b7955c43cdac405d2a06aab5fb
Added ability to add custom type converters
diff --git a/src/main/ruby/fit/type_converter.rb b/src/main/ruby/fit/type_converter.rb index f0bc37a..171f731 100644 --- a/src/main/ruby/fit/type_converter.rb +++ b/src/main/ruby/fit/type_converter.rb @@ -1,12 +1,30 @@ module Fit class TypeConverter + @converter_types = { } + + def self.register(converter, id...
lamdor/jruby-fit
3802b707cd86547bceffbcbee450dd063eeca8d6
Added additional tests to type converter
diff --git a/src/main/ruby/fit/type_converter.rb b/src/main/ruby/fit/type_converter.rb index abcd7c2..f0bc37a 100644 --- a/src/main/ruby/fit/type_converter.rb +++ b/src/main/ruby/fit/type_converter.rb @@ -1,7 +1,12 @@ module Fit class TypeConverter def self.convert(value, type) - value.to_i + case ty...
lamdor/jruby-fit
8871cd7234fc5e8e8881265205ce02f67089e2c7
Added TypeConversion for attributes of fixtures
diff --git a/examples/fixtures/eg/fixtures/addition_fixture.rb b/examples/fixtures/eg/fixtures/addition_fixture.rb index ace7c69..a017db2 100644 --- a/examples/fixtures/eg/fixtures/addition_fixture.rb +++ b/examples/fixtures/eg/fixtures/addition_fixture.rb @@ -1,11 +1,12 @@ module Eg module Fixtures class Addi...
lamdor/jruby-fit
19a0e519bf3c8bcef158aef6d71e43651c82c9ae
Added tests for Util::PublicFieldAccessor * looking back at it (i'm not really sure why I even need the util module)
diff --git a/Rakefile b/Rakefile index 56359a7..f5fd25c 100644 --- a/Rakefile +++ b/Rakefile @@ -1,14 +1,14 @@ require 'rubygems' require 'spec/rake/spectask' desc "Clean and Compiles Java code" task :clean_compile do - sh "mvn clean compile" + sh "mvn clean test-compile" end desc "Runs all examples" Spec:...
lamdor/jruby-fit
88102b8bbcb82636c05a96bf80faf7755857bf3b
Added TODO
diff --git a/TODO b/TODO new file mode 100644 index 0000000..b6c5418 --- /dev/null +++ b/TODO @@ -0,0 +1,6 @@ +DONE Load JRuby Fixtures +DONE Column Fixture +Typed Column Fixture (by class method) +ActionFixture +RowFixture +FitLibrary Fixtures ???
lamdor/jruby-fit
df1d63312b21dcdd65eeefd2c44c3a22e38c5896
Added more robust specs for loading fixtures
diff --git a/src/main/ruby/fit/jruby_fixture_loader.rb b/src/main/ruby/fit/jruby_fixture_loader.rb index 4e821a4..bcb95c2 100644 --- a/src/main/ruby/fit/jruby_fixture_loader.rb +++ b/src/main/ruby/fit/jruby_fixture_loader.rb @@ -1,35 +1,47 @@ require 'util/case_helper' module Fit + class FixtureNotFoundExecption <...
lamdor/jruby-fit
1cd582fec4c2dc52e782a490e6c0bbd07fde7b26
Fixed binding spec tests
diff --git a/src/spec/fit/binding_spec.rb b/src/spec/fit/binding_spec.rb index c49120d..cd88962 100644 --- a/src/spec/fit/binding_spec.rb +++ b/src/spec/fit/binding_spec.rb @@ -1,67 +1,74 @@ require File.join(File.dirname(__FILE__), *%w[.. spec_helper]) require 'fit/fit' require 'fit/binding' class BindingTestF...
lamdor/jruby-fit
0adf3734010c96d9356833ea2636067143fb559b
Properties cleanup
diff --git a/examples/FitNesseRoot/properties b/examples/FitNesseRoot/properties index 0aa0d36..dfc0dc6 100644 --- a/examples/FitNesseRoot/properties +++ b/examples/FitNesseRoot/properties @@ -1,9 +1,9 @@ #FitNesse properties -#Sat Oct 11 17:15:58 CDT 2008 +#Sun Oct 12 11:59:22 CDT 2008 WikiImportFormatUpdate=applied...
lamdor/jruby-fit
d850d6eeca3d5f9054b79b3b931a1708cd7f9c9a
Changed name of fixture to get fixture finding easier
diff --git a/examples/FitNesseRoot/FrontPage/AdditioN/content.txt b/examples/FitNesseRoot/FrontPage/AdditioN/content.txt index 11812c0..7e0ce40 100644 --- a/examples/FitNesseRoot/FrontPage/AdditioN/content.txt +++ b/examples/FitNesseRoot/FrontPage/AdditioN/content.txt @@ -1,12 +1,12 @@ !path ../target/dependency/*.jar...
lamdor/jruby-fit
902d4e45ada9ce9ff8435f3324b4e46c0cfd8b38
Got ColumnFixture binding to work! Yipee!
diff --git a/examples/fixtures/eg/fixtures/addition_fixture.rb b/examples/fixtures/eg/fixtures/addition_fixture.rb index 9697468..ace7c69 100644 --- a/examples/fixtures/eg/fixtures/addition_fixture.rb +++ b/examples/fixtures/eg/fixtures/addition_fixture.rb @@ -1,11 +1,11 @@ module Eg module Fixtures class Addi...
lamdor/jruby-fit
2bb732fae939beb4b6487340cc67b125171bd5d0
Added acessor and method binding for column fiture
diff --git a/src/main/java/org/jruby/fit/semantic.cache b/src/main/java/org/jruby/fit/semantic.cache new file mode 100644 index 0000000..d5cd4c8 --- /dev/null +++ b/src/main/java/org/jruby/fit/semantic.cache @@ -0,0 +1,13 @@ +;; Object semantic.cache +;; SEMANTICDB Tags save file +(semanticdb-project-database "semantic...
lamdor/jruby-fit
d57a1a42a65a605d2d14f00b6962a910b1d52749
Reorganized require depedendencies
diff --git a/src/main/ruby/fit/fit.rb b/src/main/ruby/fit/fit.rb new file mode 100644 index 0000000..15cb6e5 --- /dev/null +++ b/src/main/ruby/fit/fit.rb @@ -0,0 +1,8 @@ +module Fit + include_package "fit" + + module Exception + include_package "fit.exception" + end + +end diff --git a/src/main/ruby/fit/fixture...
lamdor/jruby-fit
5d69058b0c54f6b94c40b196d7c5349b92ce34e0
Added Util::PublicFieldAccessor which create accessor methods for public fields Made Fit::Fixture use it
diff --git a/src/main/ruby/fit/jruby_fixture.rb b/src/main/ruby/fit/jruby_fixture.rb index 43cc8ca..ec81887 100644 --- a/src/main/ruby/fit/jruby_fixture.rb +++ b/src/main/ruby/fit/jruby_fixture.rb @@ -1,39 +1,43 @@ require 'java' require 'util/case_helper' +require 'util/public_field_accessor' require 'fit/jruby_f...
lamdor/jruby-fit
872ebfa3b2bd1523c9016ab5da6947f08307dd83
Added spec for module-less fixture
diff --git a/src/spec/fit/jruby_fixture_loader_spec.rb b/src/spec/fit/jruby_fixture_loader_spec.rb index df894fa..2a10e93 100644 --- a/src/spec/fit/jruby_fixture_loader_spec.rb +++ b/src/spec/fit/jruby_fixture_loader_spec.rb @@ -1,29 +1,34 @@ require File.join(File.dirname(__FILE__), *%w[.. spec_helper]) require 'f...
lamdor/jruby-fit
8ad33468b11d2f157c27058172ef10b8abc51851
Not blowing up if we can't load the file
diff --git a/src/main/ruby/fit/jruby_fixture_loader.rb b/src/main/ruby/fit/jruby_fixture_loader.rb index f95409c..37055dc 100644 --- a/src/main/ruby/fit/jruby_fixture_loader.rb +++ b/src/main/ruby/fit/jruby_fixture_loader.rb @@ -1,25 +1,33 @@ module Fit class JRubyFixtureLoader class <<self def new_fi...
lamdor/jruby-fit
f47267e730b90d4659f77754e7a8d7968b92b5ab
Splitting on "::" as well
diff --git a/src/main/ruby/fit/jruby_fixture_loader.rb b/src/main/ruby/fit/jruby_fixture_loader.rb index 488c435..f95409c 100644 --- a/src/main/ruby/fit/jruby_fixture_loader.rb +++ b/src/main/ruby/fit/jruby_fixture_loader.rb @@ -1,24 +1,25 @@ module Fit class JRubyFixtureLoader class <<self def new_fi...
lamdor/jruby-fit
54d3fd415673b8a1269ae52749f11fbfd2956435
Broke out loading of JRubyFixture classes to JRubyFixtureLoader
diff --git a/src/main/ruby/fit/jruby_fixture.rb b/src/main/ruby/fit/jruby_fixture.rb index b4865b3..43cc8ca 100644 --- a/src/main/ruby/fit/jruby_fixture.rb +++ b/src/main/ruby/fit/jruby_fixture.rb @@ -1,53 +1,39 @@ require 'java' require 'util/case_helper' +require 'fit/jruby_fixture_loader' module Fit includ...
lamdor/jruby-fit
18ca8f7ed7bd6c5268f4ff29dd79d370bdd6dd61
Started loading JRuby fixtures
diff --git a/src/main/ruby/fit/jruby_fixture.rb b/src/main/ruby/fit/jruby_fixture.rb index 9084edd..b4865b3 100644 --- a/src/main/ruby/fit/jruby_fixture.rb +++ b/src/main/ruby/fit/jruby_fixture.rb @@ -1,20 +1,53 @@ require 'java' +require 'util/case_helper' + module Fit include_package "fit" + + module Exceptio...
lamdor/jruby-fit
408b5486cdbcfb4cc63812cc5bc02aa7a913cf61
put addition fixture into module
diff --git a/examples/fixtures/eg/fixtures/addition_fixture.rb b/examples/fixtures/eg/fixtures/addition_fixture.rb index 1885d24..9697468 100644 --- a/examples/fixtures/eg/fixtures/addition_fixture.rb +++ b/examples/fixtures/eg/fixtures/addition_fixture.rb @@ -1,7 +1,11 @@ -class AdditionFixture < Fit::ColumnFixture - ...
lamdor/jruby-fit
9ec7ad359e6c23eed75396b87407ace1f181fbdd
Made it call it verbosely
diff --git a/examples/FitNesseRoot/FrontPage/AdditioN/content.txt b/examples/FitNesseRoot/FrontPage/AdditioN/content.txt index 2f57c8a..11812c0 100644 --- a/examples/FitNesseRoot/FrontPage/AdditioN/content.txt +++ b/examples/FitNesseRoot/FrontPage/AdditioN/content.txt @@ -1,12 +1,12 @@ !path ../target/dependency/*.jar...
lamdor/jruby-fit
1285daff6cfeb02b9daec4b915a6a936d3577f44
Got it calling methods on our JRubyFixture # moved JRubyFixture to Fit module
diff --git a/Rakefile b/Rakefile index 85b7206..56359a7 100644 --- a/Rakefile +++ b/Rakefile @@ -1,14 +1,14 @@ require 'rubygems' require 'spec/rake/spectask' desc "Clean and Compiles Java code" task :clean_compile do sh "mvn clean compile" end desc "Runs all examples" Spec::Rake::SpecTask.new do |t| - t...
lamdor/jruby-fit
a8cf68240a0274a59809a5bba172429816286e5f
Added gitignore
diff --git a/examples/FitNesseRoot/.gitignore b/examples/FitNesseRoot/.gitignore new file mode 100644 index 0000000..466a5af --- /dev/null +++ b/examples/FitNesseRoot/.gitignore @@ -0,0 +1,4 @@ +*.zip +ErrorLogs +RecentChanges +
lamdor/jruby-fit
1dace298d0da0b20c17444f1b9445f6c04da2f31
Created example of what I want to do
diff --git a/examples/FitNesseRoot/FrontPage/AdditioN/content.txt b/examples/FitNesseRoot/FrontPage/AdditioN/content.txt new file mode 100644 index 0000000..2f57c8a --- /dev/null +++ b/examples/FitNesseRoot/FrontPage/AdditioN/content.txt @@ -0,0 +1,12 @@ +!path ../target/dependency/*.jar +!path ../target/classes +!path...
lamdor/jruby-fit
79ea219914efe386675e96cbd845e530a27bec37
Added FitNesseRoot to drive creation
diff --git a/examples/FitNesseRoot/FrontPage/content.txt b/examples/FitNesseRoot/FrontPage/content.txt new file mode 100644 index 0000000..69d4109 --- /dev/null +++ b/examples/FitNesseRoot/FrontPage/content.txt @@ -0,0 +1 @@ +!2 !contents \ No newline at end of file diff --git a/examples/FitNesseRoot/FrontPage/properti...
lamdor/jruby-fit
f9a2d8596f79c18503f9ff18614b93047ea25907
Started work on JRubyFitServer
diff --git a/src/main/java/org/jruby/fit/JRubyFitServer.java b/src/main/java/org/jruby/fit/JRubyFitServer.java index 5170562..98a6c46 100644 --- a/src/main/java/org/jruby/fit/JRubyFitServer.java +++ b/src/main/java/org/jruby/fit/JRubyFitServer.java @@ -1,5 +1,40 @@ package org.jruby.fit; -public class JRubyFitServer...
lamdor/jruby-fit
5b160683840ed091a6edb0623b99659b17115002
Added deps to classpath when running specs
diff --git a/src/spec/spec_helper.rb b/src/spec/spec_helper.rb index 2e58860..68ef0c9 100644 --- a/src/spec/spec_helper.rb +++ b/src/spec/spec_helper.rb @@ -1,7 +1,11 @@ require 'rubygems' require 'spec' require 'java' BASE_DIR = File.join(File.dirname(__FILE__), '/../../') $CLASSPATH << File.join(BASE_DIR, 'ta...
lamdor/jruby-fit
ffc044c48586688887477bb08fd62f0e782ee498
Copying deps
diff --git a/pom.xml b/pom.xml index 2bae1f1..19f8f20 100644 --- a/pom.xml +++ b/pom.xml @@ -1,35 +1,51 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <mod...
lamdor/jruby-fit
7ac4587d3510460b314027128662353856ee9371
Making default compile AND run specs
diff --git a/Rakefile b/Rakefile index 2f73438..85b7206 100644 --- a/Rakefile +++ b/Rakefile @@ -1,14 +1,14 @@ require 'rubygems' require 'spec/rake/spectask' desc "Clean and Compiles Java code" task :clean_compile do sh "mvn clean compile" end desc "Runs all examples" Spec::Rake::SpecTask.new do |t| t...
lamdor/jruby-fit
ce8d9857804cf166884520509ae7e18be42e5425
Added first spec for jruby_fitserver
diff --git a/src/main/java/org/jruby/fit/JRubyFitServer.java b/src/main/java/org/jruby/fit/JRubyFitServer.java new file mode 100644 index 0000000..5170562 --- /dev/null +++ b/src/main/java/org/jruby/fit/JRubyFitServer.java @@ -0,0 +1,5 @@ +package org.jruby.fit; + +public class JRubyFitServer +{ +} diff --git a/src/sp...
lamdor/jruby-fit
c2c6de839bb7d7a5fb7023db04622ae25cb432f3
Spec running setup
diff --git a/Rakefile b/Rakefile index a866537..2f73438 100644 --- a/Rakefile +++ b/Rakefile @@ -1,8 +1,14 @@ -#require 'rubygems' +require 'rubygems' +require 'spec/rake/spectask' desc "Clean and Compiles Java code" task :clean_compile do sh "mvn clean compile" end +desc "Runs all examples" +Spec::Rake::Spec...
lamdor/jruby-fit
c6996b10aab8da31d24954b82efbf24a54c78836
Ignoring target dir
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..eb5a316 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +target
lamdor/jruby-fit
c3754fcf6b5960d2633f182d7284a3f59d522c46
Added rake file which (for right now) just compiles code
diff --git a/Rakefile b/Rakefile new file mode 100644 index 0000000..a866537 --- /dev/null +++ b/Rakefile @@ -0,0 +1,8 @@ +#require 'rubygems' + +desc "Clean and Compiles Java code" +task :clean_compile do + sh "mvn clean compile" +end + +task :default => :clean_compile
lamdor/jruby-fit
dd26070e81c9dc6cf1eb632f0ccb5f2824d503a9
Started on jruby-fit
diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..2bae1f1 --- /dev/null +++ b/pom.xml @@ -0,0 +1,35 @@ +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0....
npalko/ExcelAddin4
ba38f586f47879aaf4195de549476ab349a0ad81
refactored ribbom, model control so we're not accessing public properties
diff --git a/ExcelAddIn4/ExcelAddIn4.csproj b/ExcelAddIn4/ExcelAddIn4.csproj index 6bfa539..dc143a4 100644 --- a/ExcelAddIn4/ExcelAddIn4.csproj +++ b/ExcelAddIn4/ExcelAddIn4.csproj @@ -1,236 +1,236 @@ <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> ...
npalko/ExcelAddin4
cfa498a73278c7bd35b1c133e57df93d62e73907
added Ribbon; now everything talks to each other
diff --git a/ExcelAddIn4/ExcelAddIn4.csproj b/ExcelAddIn4/ExcelAddIn4.csproj index 7ef3ba4..6bfa539 100644 --- a/ExcelAddIn4/ExcelAddIn4.csproj +++ b/ExcelAddIn4/ExcelAddIn4.csproj @@ -1,226 +1,236 @@ <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> ...
npalko/ExcelAddin4
e633e5cec7ad5e3a542966d17cddd84d7b928b5f
added README
diff --git a/README b/README new file mode 100644 index 0000000..59a2b6f --- /dev/null +++ b/README @@ -0,0 +1,4 @@ +Visual Studio Tools for Office 2007 +Eric Carter, Eric Lippert + +Just learning the Excel AddIn API. \ No newline at end of file
npalko/ExcelAddin4
47f35761df8c9f79cc739334fb6b5c6664376526
initial import
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a963d54 --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +.email +*.mexw32 +*.pyc +*.bak +*.user +*.suo + +ExcelAddIn4/bin/* +ExcelAddIn4/obj/* diff --git a/ExcelAddIn4.sln b/ExcelAddIn4.sln new file mode 100644 index 0000000..c397cfc --- /dev/null ...
felixge/raleigh-workshop-08
fd4a8ee27c10345099e39949d89668f3c933464c
Ignored old file
diff --git a/.gitignore b/.gitignore index e5f1f6e..9535d30 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,9 @@ # Files to globally generally ignore .DS_Store # Specific files / paths to ignore /application/app/config/database.php /application/app/config/core.php -/application/app/tmp \ No newline at end of...
felixge/raleigh-workshop-08
fc9bd3b38d4fbd362793f0c84fd824172db79f0c
controller talk slide updates
diff --git a/talks/tim/controllers.key/QuickLook/Thumbnail.jpg b/talks/tim/controllers.key/QuickLook/Thumbnail.jpg index 01c1f16..6175691 100644 Binary files a/talks/tim/controllers.key/QuickLook/Thumbnail.jpg and b/talks/tim/controllers.key/QuickLook/Thumbnail.jpg differ diff --git a/talks/tim/controllers.key/index.ap...
felixge/raleigh-workshop-08
dc701986e6cb4496f98dc8928baa0c0c01e86952
Fixed link to git repo
diff --git a/readme.textile b/readme.textile index cacbef1..1a7af0a 100644 --- a/readme.textile +++ b/readme.textile @@ -1,40 +1,40 @@ Howdy folks, lets get ready for the workshop! h1. Setting up the application h2. Requirements # You need to have apache / mysql / php5 running locally # You should have git...
felixge/raleigh-workshop-08
daa2478a2b472018b17deca2f610a2ddde9edbb0
controller slides updates
diff --git a/talks/tim/controllers.key/index.apxl.gz b/talks/tim/controllers.key/index.apxl.gz index 73de9e2..4600de6 100644 Binary files a/talks/tim/controllers.key/index.apxl.gz and b/talks/tim/controllers.key/index.apxl.gz differ diff --git a/talks/tim/controllers.key/thumbs/st1-1.tiff b/talks/tim/controllers.key/th...
felixge/raleigh-workshop-08
6ef063b6a1b6cf504826a620bbb1cdb9952ff60a
Slide updates
diff --git a/talks/tim/controllers.key/index.apxl.gz b/talks/tim/controllers.key/index.apxl.gz index b7b5616..73de9e2 100644 Binary files a/talks/tim/controllers.key/index.apxl.gz and b/talks/tim/controllers.key/index.apxl.gz differ diff --git a/talks/tim/controllers.key/thumbs/st1-1.tiff b/talks/tim/controllers.key/th...
felixge/raleigh-workshop-08
a77e6127b543407334ede5c26837c6a89b42dbb5
controller slides update
diff --git a/talks/tim/controllers.key/index.apxl.gz b/talks/tim/controllers.key/index.apxl.gz index c20fa66..b7b5616 100644 Binary files a/talks/tim/controllers.key/index.apxl.gz and b/talks/tim/controllers.key/index.apxl.gz differ diff --git a/talks/tim/controllers.key/thumbs/st1-26.tiff b/talks/tim/controllers.key/t...
felixge/raleigh-workshop-08
94eb20caafa57633ffddc99650caacbfecde829e
controller slides update
diff --git a/talks/tim/controllers.key/QuickLook/Thumbnail.jpg b/talks/tim/controllers.key/QuickLook/Thumbnail.jpg index f325ccc..01c1f16 100644 Binary files a/talks/tim/controllers.key/QuickLook/Thumbnail.jpg and b/talks/tim/controllers.key/QuickLook/Thumbnail.jpg differ diff --git a/talks/tim/controllers.key/index.ap...
felixge/raleigh-workshop-08
6f352240c79109e2aacc6e8f68ff1edb0f2053d0
fixing testcases, fixing Snippet::insertCommands()
diff --git a/application/app/controllers/snippets_controller.php b/application/app/controllers/snippets_controller.php index a462d7c..8acb12d 100644 --- a/application/app/controllers/snippets_controller.php +++ b/application/app/controllers/snippets_controller.php @@ -1,118 +1,119 @@ <?php class SnippetsController ex...
felixge/raleigh-workshop-08
5619f94c5f57ff6cd1bebfcc891709e8da770fde
controlelr slide changes
diff --git a/talks/tim/controllers.key/QuickLook/Thumbnail.jpg b/talks/tim/controllers.key/QuickLook/Thumbnail.jpg index e9dd102..f325ccc 100644 Binary files a/talks/tim/controllers.key/QuickLook/Thumbnail.jpg and b/talks/tim/controllers.key/QuickLook/Thumbnail.jpg differ diff --git a/talks/tim/controllers.key/index.ap...
felixge/raleigh-workshop-08
3520b6721f39c067d184bc77c78f6e650c7ab849
New slides
diff --git a/talks/felix/first-steps-in-the-kitchen.key/index.apxl.gz b/talks/felix/first-steps-in-the-kitchen.key/index.apxl.gz index 8daad21..a7e7020 100644 Binary files a/talks/felix/first-steps-in-the-kitchen.key/index.apxl.gz and b/talks/felix/first-steps-in-the-kitchen.key/index.apxl.gz differ diff --git a/talks/...
felixge/raleigh-workshop-08
36087804b6664bde8fb94c305f8a67dee53523ea
Removed about me slide
diff --git a/talks/felix/first-steps-in-the-kitchen.key/index.apxl.gz b/talks/felix/first-steps-in-the-kitchen.key/index.apxl.gz index 69b71ce..8daad21 100644 Binary files a/talks/felix/first-steps-in-the-kitchen.key/index.apxl.gz and b/talks/felix/first-steps-in-the-kitchen.key/index.apxl.gz differ
felixge/raleigh-workshop-08
9c3f1a5c53cf39b3f5520c47de09ad8ce6b3d516
Fixed syntax bug
diff --git a/readme.textile b/readme.textile index d7886bd..cacbef1 100644 --- a/readme.textile +++ b/readme.textile @@ -1,40 +1,40 @@ Howdy folks, lets get ready for the workshop! h1. Setting up the application h2. Requirements # You need to have apache / mysql / php5 running locally # You should have git...
felixge/raleigh-workshop-08
79c48cc64601c65bf34d80c32e79b86d2b7933b6
Added git install instructions
diff --git a/readme.textile b/readme.textile index ba5a0fd..d7886bd 100644 --- a/readme.textile +++ b/readme.textile @@ -1,36 +1,40 @@ Howdy folks, lets get ready for the workshop! h1. Setting up the application h2. Requirements # You need to have apache / mysql / php5 running locally # You should have git...
felixge/raleigh-workshop-08
de24d27bacb0854a763276c3ae297111c572dc77
Deleted uneeded fixture file, updated db dump
diff --git a/application/app/config/sql/2008-09-06.sql b/application/app/config/sql/2008-09-06.sql index e638194..73bbbd5 100644 --- a/application/app/config/sql/2008-09-06.sql +++ b/application/app/config/sql/2008-09-06.sql @@ -1,121 +1,121 @@ -- MySQL dump 10.11 -- -- Host: localhost Database: workshop -- ----...
felixge/raleigh-workshop-08
52d90445720863f6946e6cd218f025b1d97a17fa
Style fix
diff --git a/application/app/webroot/css/screen.css b/application/app/webroot/css/screen.css index 0e37952..305dc2b 100644 --- a/application/app/webroot/css/screen.css +++ b/application/app/webroot/css/screen.css @@ -1,39 +1,40 @@ /* Layout */ body{background: #000 url(images/bg.jpg) no-repeat center top; color: #fff...
felixge/raleigh-workshop-08
598c320a69f9f246b1fa2696975467a49d79a5ad
Small refactoring
diff --git a/application/app/models/snippet.php b/application/app/models/snippet.php index 7f50fff..96632c5 100644 --- a/application/app/models/snippet.php +++ b/application/app/models/snippet.php @@ -1,58 +1,58 @@ <?php class Snippet extends AppModel { var $hasAndBelongsToMany = array('Command'); var $hasMany ...
felixge/raleigh-workshop-08
6cc95ad40657484949a5f16f530ef8fb273192de
Made command inserting more robust Cleared todo list
diff --git a/application/app/models/snippet.php b/application/app/models/snippet.php index ed9d5de..7f50fff 100644 --- a/application/app/models/snippet.php +++ b/application/app/models/snippet.php @@ -1,58 +1,58 @@ <?php class Snippet extends AppModel { var $hasAndBelongsToMany = array('Command'); var $hasMany ...
felixge/raleigh-workshop-08
bf0b8d3573c444b5efa6668c44bdf92bab5f9e0d
Added sql import instructions
diff --git a/readme.textile b/readme.textile index b81ea79..ba5a0fd 100644 --- a/readme.textile +++ b/readme.textile @@ -1,35 +1,36 @@ Howdy folks, lets get ready for the workshop! h1. Setting up the application h2. Requirements # You need to have apache / mysql / php5 running locally # You should have git...
felixge/raleigh-workshop-08
c0760598771e940b0de7718da6efb47019dff110
Alt row styles, removed dead code
diff --git a/application/app/models/snippet.php b/application/app/models/snippet.php index 3e17aa9..ed9d5de 100644 --- a/application/app/models/snippet.php +++ b/application/app/models/snippet.php @@ -1,80 +1,58 @@ <?php class Snippet extends AppModel { var $hasAndBelongsToMany = array('Command'); var $hasMany ...
felixge/raleigh-workshop-08
a67264692d8dfdcfc2c1d668e88f70001b353435
Refactored getLastInsertId usage cases, refactored variable name
diff --git a/application/app/controllers/snippets_controller.php b/application/app/controllers/snippets_controller.php index 30273a8..a462d7c 100644 --- a/application/app/controllers/snippets_controller.php +++ b/application/app/controllers/snippets_controller.php @@ -1,120 +1,118 @@ <?php class SnippetsController ex...
felixge/raleigh-workshop-08
badd03a6b984269cd4b89f95a2a36d3e1d3f3a2e
Removed old sql file, tweaked style
diff --git a/application/app/config/sql/2008-08-28.sql b/application/app/config/sql/2008-08-28.sql deleted file mode 100644 index 7f62da7..0000000 --- a/application/app/config/sql/2008-08-28.sql +++ /dev/null @@ -1,117 +0,0 @@ --- MySQL dump 10.11 --- --- Host: localhost Database: workshop_raleigh --- --------------...
felixge/raleigh-workshop-08
9a4c94c90814e010d426c11a371a3015ee740192
Loop refactoring
diff --git a/application/app/views/snippets/view.ctp b/application/app/views/snippets/view.ctp index 7e3d835..abac926 100644 --- a/application/app/views/snippets/view.ctp +++ b/application/app/views/snippets/view.ctp @@ -1,23 +1,24 @@ <h1>View Snippet</h1> <?php $this->pageTitle = $snippet['Snippet']['name']; ?> <?p...
felixge/raleigh-workshop-08
973e808f2235af598fa6f057c50f2fba3a392bf4
More refactoring
diff --git a/application/app/views/commands/view.ctp b/application/app/views/commands/view.ctp index ad1c489..ff0eecd 100644 --- a/application/app/views/commands/view.ctp +++ b/application/app/views/commands/view.ctp @@ -1,22 +1,19 @@ <h1><?php echo $this->pageTitle = 'Command: ' . $command['Command']['name']; ?></h1>...
felixge/raleigh-workshop-08
b6465a952ca7d58bc3e4b38ac69db548f22ea78a
Removed unneeded function
diff --git a/application/app/app_controller.php b/application/app/app_controller.php index 6c3e98f..d2b2635 100644 --- a/application/app/app_controller.php +++ b/application/app/app_controller.php @@ -1,63 +1,53 @@ <?php class AppController extends Controller{ var $components = array( 'RequestHandler', 'Cooki...
felixge/raleigh-workshop-08
40b6000a6fd1f2a3a8ab1aac82a0c90e83466108
Refactoring
diff --git a/application/app/app_controller.php b/application/app/app_controller.php index 24bc83a..6c3e98f 100644 --- a/application/app/app_controller.php +++ b/application/app/app_controller.php @@ -1,121 +1,63 @@ <?php -/** - * undocumented class - * - * @package default - * @access public - */ -class AppController...
felixge/raleigh-workshop-08
70a8e3bc0b73907749f027edd63bb6618f3e275d
Renamed css class
diff --git a/application/app/views/commands/view.ctp b/application/app/views/commands/view.ctp index 35f93ac..ad1c489 100644 --- a/application/app/views/commands/view.ctp +++ b/application/app/views/commands/view.ctp @@ -1,22 +1,22 @@ <h1><?php echo $this->pageTitle = 'Command: ' . $command['Command']['name']; ?></h1>...
felixge/raleigh-workshop-08
0af1411bf9438360ac879d2aa3a12d47a0a23f92
Removed uneeded stuff
diff --git a/application/app/config/database.php.default b/application/app/config/database.php.default index d86b43f..96f6c16 100644 --- a/application/app/config/database.php.default +++ b/application/app/config/database.php.default @@ -1,103 +1,23 @@ <?php -/* SVN FILE: $Id: database.php.default 6429 2008-02-03 01:28...
felixge/raleigh-workshop-08
f1a17895343893115b02e07b918d6c3dbd8f23f5
Added readme file again
diff --git a/readme.textile b/readme.textile new file mode 100644 index 0000000..b2fdae6 --- /dev/null +++ b/readme.textile @@ -0,0 +1,33 @@ +Howdy folks, lets get ready for the workshop! + +h1. Setting up the application + +h2. Requirements + + # You need to have apache / mysql / php5 running locally + # You should ha...
felixge/raleigh-workshop-08
cbcde3c0c55fce133b66422c24a65bd73bb63106
Added personal todo file
diff --git a/talks/felix/todo b/talks/felix/todo new file mode 100644 index 0000000..13f4a4e --- /dev/null +++ b/talks/felix/todo @@ -0,0 +1,2 @@ + # Set up http://workshops.debuggable.com/ + # Check instructions for downloading application \ No newline at end of file
felixge/raleigh-workshop-08
4ba924cf98f46c26d8a063043268050ead68e332
Added folders for garrett / nate
diff --git a/talks/garrett/todo b/talks/garrett/todo new file mode 100644 index 0000000..4111e21 --- /dev/null +++ b/talks/garrett/todo @@ -0,0 +1 @@ +Put your slides and stuff in here diff --git a/talks/nate/todo b/talks/nate/todo new file mode 100644 index 0000000..4111e21 --- /dev/null +++ b/talks/nate/todo @@ -0,0 ...
felixge/raleigh-workshop-08
e6a0c4e92f604350cd17319c0ac3ef26847df062
New sql dump
diff --git a/application/app/config/sql/2008-09-05.sql b/application/app/config/sql/2008-09-05.sql new file mode 100644 index 0000000..40e37cd --- /dev/null +++ b/application/app/config/sql/2008-09-05.sql @@ -0,0 +1,120 @@ +-- MySQL dump 10.11 +-- +-- Host: localhost Database: workshop +-- --------------------------...
felixge/raleigh-workshop-08
aa3ece85f892a07bd3dc48de8c3ef389d7209c44
New slide updates
diff --git a/talks/Controllers.key/index.apxl.gz b/talks/Controllers.key/index.apxl.gz index b83d1b7..d1b1e0d 100644 Binary files a/talks/Controllers.key/index.apxl.gz and b/talks/Controllers.key/index.apxl.gz differ diff --git a/talks/Controllers.key/thumbs/st1-26.tiff b/talks/Controllers.key/thumbs/st1-26.tiff index ...
felixge/raleigh-workshop-08
beba9d5917e77fd9557a83a74aa42dbaee691b83
Improved command fixture data
diff --git a/application/app/tests/fixtures/command_fixture.php b/application/app/tests/fixtures/command_fixture.php index 705a2dc..f82eee3 100644 --- a/application/app/tests/fixtures/command_fixture.php +++ b/application/app/tests/fixtures/command_fixture.php @@ -1,1448 +1,1308 @@ <?php class CommandFixture extend...
felixge/raleigh-workshop-08
993d7f07f60c009d9fb52bc6ae9197a803551f04
Removed whitespace
diff --git a/application/app/webroot/css/screen.css b/application/app/webroot/css/screen.css index 0a0ebf0..6dd5522 100644 --- a/application/app/webroot/css/screen.css +++ b/application/app/webroot/css/screen.css @@ -1,36 +1,36 @@ /* Layout */ body{background: #000 url(images/bg.jpg) no-repeat center top; color: #fff...
felixge/raleigh-workshop-08
fac0e40d3a8bfeed44933f5b9d2e98e6e13d2c76
Corrected margins
diff --git a/application/app/webroot/css/screen.css b/application/app/webroot/css/screen.css index bd2e910..0a0ebf0 100644 --- a/application/app/webroot/css/screen.css +++ b/application/app/webroot/css/screen.css @@ -1,36 +1,36 @@ /* Layout */ body{background: #000 url(images/bg.jpg) no-repeat center top; color: #fff...
felixge/raleigh-workshop-08
247aebeae11d122e639ad6436d0e161b5b0be7fd
adding app configuration file
diff --git a/application/app/config/bootstrap.php b/application/app/config/bootstrap.php index e5b7b08..48864d7 100644 --- a/application/app/config/bootstrap.php +++ b/application/app/config/bootstrap.php @@ -1,46 +1,47 @@ <?php /* SVN FILE: $Id: bootstrap.php 6296 2008-01-01 22:18:17Z phpnut $ */ /** * Short desc...
felixge/raleigh-workshop-08
abcdbe5685233d368b022003d83143da65846355
bg image tweaks
diff --git a/application/app/webroot/css/images/bg.jpg b/application/app/webroot/css/images/bg.jpg index 3989e04..e45a9ef 100644 Binary files a/application/app/webroot/css/images/bg.jpg and b/application/app/webroot/css/images/bg.jpg differ
felixge/raleigh-workshop-08
38f28f44ffe75162069da685efd403f19444a6d6
link hover color
diff --git a/application/app/webroot/css/screen.css b/application/app/webroot/css/screen.css index ec140f5..bd2e910 100644 --- a/application/app/webroot/css/screen.css +++ b/application/app/webroot/css/screen.css @@ -1,35 +1,36 @@ /* Layout */ body{background: #000 url(images/bg.jpg) no-repeat center top; color: #fff...
felixge/raleigh-workshop-08
1396aa45b2ff3535a870c04309d81423d6a58f21
buttons moved to top
diff --git a/application/app/webroot/css/screen.css b/application/app/webroot/css/screen.css index 79d3fbc..ec140f5 100644 --- a/application/app/webroot/css/screen.css +++ b/application/app/webroot/css/screen.css @@ -1,35 +1,35 @@ /* Layout */ body{background: #000 url(images/bg.jpg) no-repeat center top; color: #fff...
felixge/raleigh-workshop-08
0d03f52b6129b778a655a2bb489a187221b40724
cloud bottom margin
diff --git a/application/app/webroot/css/screen.css b/application/app/webroot/css/screen.css index 158532b..79d3fbc 100644 --- a/application/app/webroot/css/screen.css +++ b/application/app/webroot/css/screen.css @@ -1,35 +1,35 @@ /* Layout */ body{background: #000 url(images/bg.jpg) no-repeat center top; color: #fff...
felixge/raleigh-workshop-08
6ef0812d86105afa72fa2dd9b2db74b3279e59d6
new button style
diff --git a/application/app/webroot/css/screen.css b/application/app/webroot/css/screen.css index acd5aa9..158532b 100644 --- a/application/app/webroot/css/screen.css +++ b/application/app/webroot/css/screen.css @@ -1,35 +1,35 @@ /* Layout */ body{background: #000 url(images/bg.jpg) no-repeat center top; color: #fff...
felixge/raleigh-workshop-08
0f1ac37ac66ed48d5b57a13275c12973f2812d4b
changing bg image
diff --git a/application/app/webroot/css/images/bg.jpg b/application/app/webroot/css/images/bg.jpg index 1be9bf4..3989e04 100644 Binary files a/application/app/webroot/css/images/bg.jpg and b/application/app/webroot/css/images/bg.jpg differ diff --git a/application/app/webroot/css/screen.css b/application/app/webroot/c...
felixge/raleigh-workshop-08
4b177893cd113a4006780113e71346ec5fb7bb82
adding more styles
diff --git a/application/app/views/snippets/index.ctp b/application/app/views/snippets/index.ctp index 1cf7fad..ec8fbb1 100644 --- a/application/app/views/snippets/index.ctp +++ b/application/app/views/snippets/index.ctp @@ -1,22 +1,22 @@ -<h1>Popular tools</h1> +<h2>Popular tools</h2> <?php echo $this->element('comma...
felixge/raleigh-workshop-08
81a5ee1262a0ce839f975ac332f77b67992f44ba
adding more styles
diff --git a/application/app/views/commands/view.ctp b/application/app/views/commands/view.ctp index 646eb8c..35f93ac 100644 --- a/application/app/views/commands/view.ctp +++ b/application/app/views/commands/view.ctp @@ -1,21 +1,22 @@ -<h1><?php echo $this->pageTitle = $command['Command']['name']; ?></h1> +<h1><?php ec...
felixge/raleigh-workshop-08
c1f0ced20ee9b7506d6ea5dfc266cb3e566265a3
adding validation talk slides, changing and adding some styles
diff --git a/application/app/models/snippet.php b/application/app/models/snippet.php index 4e0857d..5d743e7 100644 --- a/application/app/models/snippet.php +++ b/application/app/models/snippet.php @@ -1,63 +1,80 @@ <?php class Snippet extends AppModel { var $hasAndBelongsToMany = array('Command'); var $hasMany ...
felixge/raleigh-workshop-08
9de69bde3cf3a5b16847777bcf92c756e256b46a
Fix for header style
diff --git a/application/app/webroot/css/screen.css b/application/app/webroot/css/screen.css index f241c99..63ca705 100644 --- a/application/app/webroot/css/screen.css +++ b/application/app/webroot/css/screen.css @@ -1,23 +1,24 @@ /* Layout */ body{background-color: #000; color: #fff; font-family: "Monaco"; font-size...
felixge/raleigh-workshop-08
87d6656375189ee4cfca14f3d3e796b9aed9036b
More styling
diff --git a/application/app/views/snippets/add.ctp b/application/app/views/snippets/add.ctp index 1ee54ad..ff4769f 100644 --- a/application/app/views/snippets/add.ctp +++ b/application/app/views/snippets/add.ctp @@ -1,7 +1,6 @@ <h1><?php echo $this->pageTitle = 'Add Snippet'; ?></h1> - <?php echo $form->create('Snip...
felixge/raleigh-workshop-08
a4195aabbd93c0a62543c7a45134b9c0c02d6671
Basic form styles
diff --git a/application/app/views/layouts/default.ctp b/application/app/views/layouts/default.ctp index dcd875e..9bac06a 100644 --- a/application/app/views/layouts/default.ctp +++ b/application/app/views/layouts/default.ctp @@ -1,21 +1,21 @@ <?php echo $html->docType('html4-strict'); ?> <html> <head> <?php echo...