repo
string
commit
string
message
string
diff
string
jauco/Writo
e49e502699d48acea01f643a7c76dc1fb93edf01
Added some explenatory text to the index
diff --git a/javascriptFrontend/css/writo.css b/javascriptFrontend/css/writo.css index 271b1cf..b33cc20 100644 --- a/javascriptFrontend/css/writo.css +++ b/javascriptFrontend/css/writo.css @@ -1,51 +1,55 @@ +#DocumentContainer{ + height:100%; + overflow-y: scroll; +} div.paragraph { border: thin gray solid;...
jauco/Writo
01d68a7bfe75d34d35adc741ee3f9e3145c3226b
Added links to the various pieces
diff --git a/index.html b/index.html index 2b83855..03402cc 100644 --- a/index.html +++ b/index.html @@ -1,83 +1,77 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta htt...
jauco/Writo
dc245a5ab66300b6c2ec514dd248b16a0d1de19e
html indentation cleanup. Nicer texts
diff --git a/index.html b/index.html index 231339c..2b83855 100644 --- a/index.html +++ b/index.html @@ -1,92 +1,83 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" - "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/D...
jauco/Writo
5916f90d68365eb4b7239ba3825f68a6318eaa9d
A nicer readme
diff --git a/README b/README index 2614c88..4ef2c35 100644 --- a/README +++ b/README @@ -1,2 +1,28 @@ -Writo is an web-page based text editor. It is supposed to be run in FireFox. I have made no provisions for other browsers and used several features of which I know that IE doesn't support them. -If you want to know h...
jauco/Writo
75ce92ba1c0176d741aac22f82acf7ab877a9ae5
Tiny fixes nothing major * removed unused functions * cleanupdocument also cleans up the undo stack * insert and backspace operate on textnodes instead of a plethora of <span>s * saving and loading is more stable * pressing keys that writo doesn't know about is nicer
diff --git a/javascriptFrontend/css/writo.css b/javascriptFrontend/css/writo.css index 719077c..271b1cf 100644 --- a/javascriptFrontend/css/writo.css +++ b/javascriptFrontend/css/writo.css @@ -1,45 +1,51 @@ - - .heading { - font-size: 2em; - font-weight: bold; - } - div.paragraph { border: thin gray solid; ...
jauco/Writo
7ce58a16ecf01b6e36a21d714a337aaaf2e4f8d2
Quite a lot of changes that I should have been committing independently :)
diff --git a/javascriptFrontend/js/writo.js b/javascriptFrontend/js/writo.js index 5d81ab5..15c43b9 100644 --- a/javascriptFrontend/js/writo.js +++ b/javascriptFrontend/js/writo.js @@ -1,455 +1,532 @@ /*jslint white:true, browser: true, evil: false, undef:true, nomen:true, ...
jauco/Writo
28180861b7d3e1e6b7d6f673005e21abf6588f52
Changed from fireunit to qunit
diff --git a/javascriptFrontend/js/testrunner.js b/javascriptFrontend/js/testrunner.js new file mode 100644 index 0000000..50fc359 --- /dev/null +++ b/javascriptFrontend/js/testrunner.js @@ -0,0 +1,780 @@ +/* + * QUnit - jQuery unit testrunner + * + * http://docs.jquery.com/QUnit + * + * Copyright (c) 2008 John Resig,...
jauco/Writo
8d449cfa1128a45f1f41b18e5a23a430386e5e1e
Add some mockups and ideas
diff --git a/javascriptFrontend/functionele beschrijvingen/command objects met eigen actionlisteners b/javascriptFrontend/functionele beschrijvingen/command objects met eigen actionlisteners new file mode 100644 index 0000000..98dd262 --- /dev/null +++ b/javascriptFrontend/functionele beschrijvingen/command objects met...
jauco/Writo
200b101937428d761e093e74aaa01ffa955753ba
Saving support!
diff --git a/javascriptFrontend/js/writo-tests.js b/javascriptFrontend/js/writo-tests.js index 1dd49f4..5951c7a 100644 --- a/javascriptFrontend/js/writo-tests.js +++ b/javascriptFrontend/js/writo-tests.js @@ -1,156 +1,190 @@ // == The functional tests == // The following tests verify that manipulating a certain serie...
jauco/Writo
57b4d4ea7fa4aebd88e7e154695ed88f1fea3a7e
Accidentally made Pre unreadable
diff --git a/index.html b/index.html index 04f0bc4..231339c 100644 --- a/index.html +++ b/index.html @@ -1,92 +1,92 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta h...
jauco/Writo
858deb3488d7f258cadd637d47ad55812130f74a
Better colors Added two dependencies I forgot to mention
diff --git a/index.html b/index.html index 258b15c..04f0bc4 100644 --- a/index.html +++ b/index.html @@ -1,87 +1,92 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta h...
jauco/Writo
f83f4994b6bacff5e1113b1ec1b22694f934829f
github generated gh-pages branch
diff --git a/index.html b/index.html new file mode 100644 index 0000000..258b15c --- /dev/null +++ b/index.html @@ -0,0 +1,87 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> + +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<head>...
jauco/Writo
146a5afa35c93bf326ce303f301a064260466061
Added README
diff --git a/javascriptFrontend/README b/javascriptFrontend/README new file mode 100644 index 0000000..2614c88 --- /dev/null +++ b/javascriptFrontend/README @@ -0,0 +1,2 @@ +Writo is an web-page based text editor. It is supposed to be run in FireFox. I have made no provisions for other browsers and used several feature...
jauco/Writo
d375acc44a0a5936b3930fbffc0b6b91286b9f03
Fix jsLint warnings
diff --git a/javascriptFrontend/js/writo.js b/javascriptFrontend/js/writo.js index 6d26008..17e37b2 100644 --- a/javascriptFrontend/js/writo.js +++ b/javascriptFrontend/js/writo.js @@ -1,435 +1,428 @@ /*jslint white:true, browser: true, evil: false, undef:true, nomen:true, ...
jauco/Writo
052ff2e6d8bca3038b53be718fe86eb54e1570e4
Implementation of repetition keys
diff --git a/javascriptFrontend/js/writo.js b/javascriptFrontend/js/writo.js index e95847b..6d26008 100644 --- a/javascriptFrontend/js/writo.js +++ b/javascriptFrontend/js/writo.js @@ -1,446 +1,435 @@ /*jslint white:true, browser: true, evil: false, undef:true, nomen:true, ...
jauco/Writo
dd915dac8b899e420fbd078f4e91a9ffe63d1a57
Some errors in the tests
diff --git a/javascriptFrontend/js/writo-tests.js b/javascriptFrontend/js/writo-tests.js index 6ba51e6..1dd49f4 100644 --- a/javascriptFrontend/js/writo-tests.js +++ b/javascriptFrontend/js/writo-tests.js @@ -1,156 +1,156 @@ // == The functional tests == // The following tests verify that manipulating a certain serie...
jauco/Writo
adf1d9abc769651a95d483a9d222b6ec966712f0
Changed use of command multiplier.
diff --git a/javascriptFrontend/js/writo-tests.js b/javascriptFrontend/js/writo-tests.js index 56a0253..6ba51e6 100644 --- a/javascriptFrontend/js/writo-tests.js +++ b/javascriptFrontend/js/writo-tests.js @@ -1,156 +1,156 @@ // == The functional tests == // The following tests verify that manipulating a certain serie...
jauco/Writo
267fca1089ac8ae673ab1a36c1d15f83efd4ee57
Add test for bug "Undoing does not work when command multipliers are used"
diff --git a/javascriptFrontend/js/writo-tests.js b/javascriptFrontend/js/writo-tests.js index 11be640..56a0253 100644 --- a/javascriptFrontend/js/writo-tests.js +++ b/javascriptFrontend/js/writo-tests.js @@ -1,147 +1,156 @@ // == The functional tests == // The following tests verify that manipulating a certain serie...
jauco/Writo
a437037fe571f39665cd352a79d93b201c7160d6
Implement feature 'reperform command'
diff --git a/javascriptFrontend/js/writo.js b/javascriptFrontend/js/writo.js index 6a00ada..e95847b 100644 --- a/javascriptFrontend/js/writo.js +++ b/javascriptFrontend/js/writo.js @@ -1,439 +1,446 @@ /*jslint white:true, browser: true, evil: false, undef:true, nomen:true, ...
jauco/Writo
7ea9ab48655820764370978c1166a1fa5ce68d07
Add test for feature 'reperform last command' (Vi like)
diff --git a/javascriptFrontend/js/writo-tests.js b/javascriptFrontend/js/writo-tests.js index 08c89f2..11be640 100644 --- a/javascriptFrontend/js/writo-tests.js +++ b/javascriptFrontend/js/writo-tests.js @@ -1,139 +1,147 @@ // == The functional tests == // The following tests verify that manipulating a certain serie...
jauco/Writo
0b1e81bd52ee57dac902c2830a6329e1eb92908e
comment out most console logging commands.
diff --git a/javascriptFrontend/js/writo.js b/javascriptFrontend/js/writo.js index e1dabe4..6a00ada 100644 --- a/javascriptFrontend/js/writo.js +++ b/javascriptFrontend/js/writo.js @@ -1,440 +1,439 @@ /*jslint white:true, browser: true, evil: false, undef:true, nomen:true, ...
jauco/Writo
223430508044fb48914eef0e29b9f4f2f73733fb
Implement deleteChar function
diff --git a/javascriptFrontend/js/writo.js b/javascriptFrontend/js/writo.js index 0d863ed..e1dabe4 100644 --- a/javascriptFrontend/js/writo.js +++ b/javascriptFrontend/js/writo.js @@ -1,466 +1,440 @@ /*jslint white:true, browser: true, evil: false, undef:true, nomen:true, ...
jauco/Writo
d640fdd7a7d38327676be7c5be608aef003381d5
Add tests for feature "delete character" (backspace functionality)
diff --git a/javascriptFrontend/js/writo-tests.js b/javascriptFrontend/js/writo-tests.js index b63cb34..08c89f2 100644 --- a/javascriptFrontend/js/writo-tests.js +++ b/javascriptFrontend/js/writo-tests.js @@ -1,125 +1,139 @@ // == The functional tests == // The following tests verify that manipulating a certain serie...
jauco/Writo
bedba1ad5f80ffee70d9aa8955853e3a0f8ff5ed
turn variables from closures into explictly created object properties. So that obj.toSource() is going to work.
diff --git a/javascriptFrontend/js/writo.js b/javascriptFrontend/js/writo.js index 8b58f5d..0d863ed 100644 --- a/javascriptFrontend/js/writo.js +++ b/javascriptFrontend/js/writo.js @@ -1,472 +1,466 @@ /*jslint white:true, browser: true, evil: false, undef:true, nomen:true, ...
jauco/Writo
11e0bdc4b275c3526b031962630003ebd8c7df31
Remove superfluous console.log's
diff --git a/javascriptFrontend/js/writo.js b/javascriptFrontend/js/writo.js index 7dd3b00..8b58f5d 100644 --- a/javascriptFrontend/js/writo.js +++ b/javascriptFrontend/js/writo.js @@ -1,478 +1,472 @@ /*jslint white:true, browser: true, evil: false, undef:true, nomen:true, ...
jauco/Writo
eb782ef0f3adbeb116b2cbca349c31d363af76c1
Make key multiplier work
diff --git a/javascriptFrontend/js/writo.js b/javascriptFrontend/js/writo.js index 25ba1b1..7dd3b00 100644 --- a/javascriptFrontend/js/writo.js +++ b/javascriptFrontend/js/writo.js @@ -1,476 +1,478 @@ /*jslint white:true, browser: true, evil: false, undef:true, nomen:true, ...
jauco/Writo
f9bfa6fdd0516b5ccd0e5cd2c824b3854361c6a7
Add test for key multiplier
diff --git a/javascriptFrontend/js/writo-tests.js b/javascriptFrontend/js/writo-tests.js index f670ccb..b63cb34 100644 --- a/javascriptFrontend/js/writo-tests.js +++ b/javascriptFrontend/js/writo-tests.js @@ -1,125 +1,125 @@ // == The functional tests == // The following tests verify that manipulating a certain serie...
jauco/Writo
69f92e9e4713f9bc71ca79870533f9774b92c2a4
Implement adding classes
diff --git a/javascriptFrontend/css/writo.css b/javascriptFrontend/css/writo.css index c68e5d3..719077c 100644 --- a/javascriptFrontend/css/writo.css +++ b/javascriptFrontend/css/writo.css @@ -1,39 +1,45 @@ + + .heading { + font-size: 2em; + font-weight: bold; + } + div.paragraph { border: thin gray solid; ...
jauco/Writo
6e3dc91a6a38dcae2854d1428909ac2624e92580
Add failing test for the new feature: "implement headings"
diff --git a/javascriptFrontend/css/style.css b/javascriptFrontend/css/style.css index 2455444..f896eae 100644 --- a/javascriptFrontend/css/style.css +++ b/javascriptFrontend/css/style.css @@ -1,43 +1,48 @@ /*====================================== WELCOME TO THE STYLESHEET -------------------------------------...
jauco/Writo
9ffb748c32cab1b05393038dfa61375f032d7e79
Add test for walking past the end of the text
diff --git a/javascriptFrontend/js/writo-tests.js b/javascriptFrontend/js/writo-tests.js index 96f3825..849d1d2 100644 --- a/javascriptFrontend/js/writo-tests.js +++ b/javascriptFrontend/js/writo-tests.js @@ -1,102 +1,114 @@ // == The functional tests == // The following tests verify that manipulating a certain serie...
jauco/Writo
9c72f171678f81dd3dd491e25d8aca0160c68ba9
Implement basic cursor movements
diff --git a/javascriptFrontend/js/writo-tests.js b/javascriptFrontend/js/writo-tests.js index cda7381..96f3825 100644 --- a/javascriptFrontend/js/writo-tests.js +++ b/javascriptFrontend/js/writo-tests.js @@ -1,102 +1,102 @@ // == The functional tests == // The following tests verify that manipulating a certain serie...
jauco/Writo
7dfd809af865db784cbd69251625f9eb9749590d
Start working on navigation key support. This is the failing test.
diff --git a/javascriptFrontend/js/writo-tests.js b/javascriptFrontend/js/writo-tests.js index 9709b26..cda7381 100644 --- a/javascriptFrontend/js/writo-tests.js +++ b/javascriptFrontend/js/writo-tests.js @@ -1,106 +1,102 @@ // == The functional tests == // The following tests verify that manipulating a certain serie...
jauco/Writo
f2b1bd25928355f29a7ab17ae751cebcb7c83d00
cleaner undo pointer tests
diff --git a/javascriptFrontend/js/writo.js b/javascriptFrontend/js/writo.js index fe330a9..7cb4b1c 100644 --- a/javascriptFrontend/js/writo.js +++ b/javascriptFrontend/js/writo.js @@ -1,443 +1,443 @@ /*jslint white:true, browser: true, evil: false, undef:true, nomen:true, ...
jauco/Writo
49158273a99c38fb3b3607798b4cf61ea436b0ec
Fix the undo-redo keys. Make sure they behave correctly even when the undoStack isn't initialized properly
diff --git a/javascriptFrontend/js/writo-tests.js b/javascriptFrontend/js/writo-tests.js index a72c589..9709b26 100644 --- a/javascriptFrontend/js/writo-tests.js +++ b/javascriptFrontend/js/writo-tests.js @@ -1,93 +1,106 @@ // == The functional tests == // The following tests verify that manipulating a certain series...
jauco/Writo
1ae29c770b8a9a0d272db5b2231b2d25874ddcb2
Name change, they are functional tests. Not unit tests.
diff --git a/javascriptFrontend/testsuite.html b/javascriptFrontend/testsuite.html index e9c9c17..52e6358 100644 --- a/javascriptFrontend/testsuite.html +++ b/javascriptFrontend/testsuite.html @@ -1,29 +1,29 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <htm...
jauco/Writo
f4f288e21b78892b8bf7eb6473e468a2dae1ceb1
Fix the functional tests. Also fix indentation.
diff --git a/javascriptFrontend/js/writo-tests.js b/javascriptFrontend/js/writo-tests.js index 1724bec..a72c589 100644 --- a/javascriptFrontend/js/writo-tests.js +++ b/javascriptFrontend/js/writo-tests.js @@ -1,94 +1,93 @@ // == The functional tests == // The following tests verify that manipulating a certain series ...
hoverbird/Emptor
5a160db69852902ea9b9f647c3ca24dd4c939797
Fix formatting for markdown
diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..9d280ea --- /dev/null +++ b/LICENSE @@ -0,0 +1,19 @@ +# +# Copyright (c) 2009 Patrick Ewing. <patrick.henry.ewing@gmail.com> +# +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documenta...
hoverbird/Emptor
49e6861a4e8a774ea984becf58e67e2914cb7800
Better example
diff --git a/README.mkdn b/README.mkdn index 56d39f5..7475c70 100644 --- a/README.mkdn +++ b/README.mkdn @@ -1,34 +1,34 @@ Emptor =============== A convenient conditional that excludes empty objects (Enumerables, in general). EMPTOR CAVEAT --------------------- Emptor is a hack. It's merely a shorter expressio...
hoverbird/Emptor
92f15651805e77223d8280a5b46bdd9cadb055d5
Better examples
diff --git a/README.mkdn b/README.mkdn index cc4b60a..56d39f5 100644 --- a/README.mkdn +++ b/README.mkdn @@ -1,34 +1,34 @@ Emptor =============== A convenient conditional that excludes empty objects (Enumerables, in general). EMPTOR CAVEAT --------------------- Emptor is a hack. It's merely a shorter expressio...
hoverbird/Emptor
7b59adc30040ac928646e8911189a17f2c6ad92c
Better examples
diff --git a/README.mkdn b/README.mkdn index 552a91a..cc4b60a 100644 --- a/README.mkdn +++ b/README.mkdn @@ -1,31 +1,34 @@ Emptor =============== -A convenient check for empty collections. +A convenient conditional that excludes empty objects (Enumerables, in general). EMPTOR CAVEAT --------------------- Emptor ...
hoverbird/Emptor
e37c613df9b6a99538097f89946d39a9e69bb0b8
Escape underscores in code blocks for Markdown formatting
diff --git a/README.mkdn b/README.mkdn index 4c4c23b..552a91a 100644 --- a/README.mkdn +++ b/README.mkdn @@ -1,31 +1,31 @@ Emptor =============== A convenient check for empty collections. EMPTOR CAVEAT --------------------- Emptor is a hack. It's merely a shorter expression for those who want to consider empty...
hoverbird/Emptor
0334ec87de8d076f99f06bf844adaddee65a1224
Tweaking for readability
diff --git a/emptor.rb b/emptor.rb index 29476a6..7cbcd70 100644 --- a/emptor.rb +++ b/emptor.rb @@ -1,11 +1,14 @@ module Kernel def emptor(other) - return (self || other) unless self.respond_to?(:empty?) || other.respond_to?(:empty?) - if (self.respond_to?(:empty?) && !self.empty?) || (!self.respond_to?(:emp...
hoverbird/Emptor
b818b1abdc519df6e68c4c3b76cae3117d95aba7
Improve naming of test cases
diff --git a/spec/emptor_spec.rb b/spec/emptor_spec.rb index c908c35..e67f7bd 100644 --- a/spec/emptor_spec.rb +++ b/spec/emptor_spec.rb @@ -1,84 +1,81 @@ require File.dirname(__FILE__) + '/spec_helper.rb' class EmptorTest < Test::Unit::TestCase context "Two operands which respond to :empty?" do attr_access...
hoverbird/Emptor
cdd1a9fa430a4a63b6a06dcad8954a6c1b14101c
A little intro
diff --git a/README b/README new file mode 100644 index 0000000..4c4c23b --- /dev/null +++ b/README @@ -0,0 +1,31 @@ +Emptor +=============== +A convenient check for empty collections. + +EMPTOR CAVEAT +--------------------- +Emptor is a hack. It's merely a shorter expression for those who want to consider empty colle...
h19e/CustomForm-Ver.2
494bbaf4c938e3ed8cf0ed704884554df0bf4ff5
jquery mobile
diff --git a/application/controllers/manage/preview.php b/application/controllers/manage/preview.php index e6c3fdc..04c85ba 100755 --- a/application/controllers/manage/preview.php +++ b/application/controllers/manage/preview.php @@ -1,113 +1,112 @@ <?php class Preview extends CI_Controller { public functio...
h19e/CustomForm-Ver.2
e92dd9344dd4b814a90873907a8fdcb80d8cf00d
one column
diff --git a/application/controllers/manage/customform.php b/application/controllers/manage/customform.php index cd837fc..93bcf47 100755 --- a/application/controllers/manage/customform.php +++ b/application/controllers/manage/customform.php @@ -1,121 +1,122 @@ <?php class Customform extends CI_Controller { p...
h19e/CustomForm-Ver.2
58e7d6141ac849cc6c922a73e7d3331ffc64db46
css change
diff --git a/application/views/layout/manage.html b/application/views/layout/manage.html index 34010e4..a574d9d 100755 --- a/application/views/layout/manage.html +++ b/application/views/layout/manage.html @@ -1,75 +1,73 @@ <!DOCTYPE html> <html lang="ja"> <head> <meta charset="utf-8"> <title>{% block title %}Custo...
h19e/CustomForm-Ver.2
48f9d05d0ac39a4f26175ee9fdd165bf3db2d363
layout
diff --git a/application/views/layout/manage.html b/application/views/layout/manage.html index 678584c..34010e4 100755 --- a/application/views/layout/manage.html +++ b/application/views/layout/manage.html @@ -1,111 +1,75 @@ <!DOCTYPE html> <html lang="ja"> <head> <meta charset="utf-8"> <title>{% block title %}Cust...
h19e/CustomForm-Ver.2
0005f05312018f89354ed683a6778ee84cdabc8c
config
diff --git a/application/config/database.php b/application/config/database.php index b73f366..88b9352 100755 --- a/application/config/database.php +++ b/application/config/database.php @@ -1,62 +1,62 @@ <?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /* | ---------------------------------...
h19e/CustomForm-Ver.2
51433080966d1f6b7c1fb5f0ae40ef3a00158df9
css change
diff --git a/application/controllers/manage/customform.php b/application/controllers/manage/customform.php index 0b19ac1..cd837fc 100755 --- a/application/controllers/manage/customform.php +++ b/application/controllers/manage/customform.php @@ -1,119 +1,121 @@ <?php class Customform extends CI_Controller { p...
h19e/CustomForm-Ver.2
ab134660bca55c4ecc8dcdff1dfe20ef8ec61111
layout
diff --git a/application/controllers/manage/customform.php b/application/controllers/manage/customform.php index f3cee0e..0b19ac1 100755 --- a/application/controllers/manage/customform.php +++ b/application/controllers/manage/customform.php @@ -1,119 +1,119 @@ <?php class Customform extends CI_Controller { p...
h19e/CustomForm-Ver.2
eca1072ace1afc997a651b5d548a10ec0f46659a
sandbox-user
diff --git a/application/config/routes.php b/application/config/routes.php index 03a424b..6745d9b 100755 --- a/application/config/routes.php +++ b/application/config/routes.php @@ -1,46 +1,46 @@ <?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /* | -----------------------------------------...
h19e/CustomForm-Ver.2
3271d73e9cefe5a1d3828957818237ca055183d1
question
diff --git a/src/app/lib/Conf.php b/src/app/lib/Conf.php new file mode 100644 index 0000000..9b8b943 --- /dev/null +++ b/src/app/lib/Conf.php @@ -0,0 +1,18 @@ +<?php + +class Conf +{ + static public function getInputType() + { + return array( + "Text" => "テキストボックス", + "Textare...
h19e/CustomForm-Ver.2
9939fa52e9c59a9c4ce581b8e7e22c08edcc0eb2
form regist
diff --git a/exec/create_db.sql b/exec/create_db.sql index f1a6020..5ae2d4e 100644 --- a/exec/create_db.sql +++ b/exec/create_db.sql @@ -1,69 +1,69 @@ use customform create table `tbl_user` ( `user_id` integer not null auto_increment, `account` varchar(16) not null, -`password` varchar(16) not null, +`password`...
h19e/CustomForm-Ver.2
435eb7ec88e78fab6d5187c50487eaf742e6e0ee
cookie
diff --git a/src/app/conf/set_env_template.php b/src/app/conf/set_env_template.php index 78a5834..cc0c36f 100644 --- a/src/app/conf/set_env_template.php +++ b/src/app/conf/set_env_template.php @@ -1,7 +1,9 @@ <?php define("DB_HOST","localhost"); define("DB_USER","customform_user"); define("DB_PASS","password"); ...
h19e/CustomForm-Ver.2
489274857ef3d3ac225fda6624ddd5524b99456c
user regist
diff --git a/exec/init.sh b/exec/init.sh index 1ceff0b..98f3598 100755 --- a/exec/init.sh +++ b/exec/init.sh @@ -1,65 +1,71 @@ #!/bin/sh echo "init" #document root directory DEFAULT_PARAM=$1 echo -n "htdocs_dir? [${DEFAULT_PARAM}]" read PARAM if [ "$PARAM" = "" ]; then HTDOCS_DIR=$DEFAULT_PARAM else HTD...
h19e/CustomForm-Ver.2
4923581c3b71240a50738c927332563a1d2c1392
component
diff --git a/exec/init.sh b/exec/init.sh index 4dc137f..cca8106 100755 --- a/exec/init.sh +++ b/exec/init.sh @@ -1,58 +1,61 @@ #!/bin/sh echo "init" #document root directory DEFAULT_PARAM=$1 echo -n "htdocs_dir? [${DEFAULT_PARAM}]" read PARAM if [ "$PARAM" = "" ]; then HTDOCS_DIR=$DEFAULT_PARAM else HTD...
h19e/CustomForm-Ver.2
86fe730a831680174e0854c57226734a5cc2bc0a
add Parameter
diff --git a/exec/init.sh b/exec/init.sh index 6282e50..b869385 100755 --- a/exec/init.sh +++ b/exec/init.sh @@ -1,58 +1,59 @@ #!/bin/sh echo "init" #document root directory DEFAULT_PARAM=$1 echo -n "htdocs_dir? [${DEFAULT_PARAM}]" read PARAM if [ "$PARAM" = "" ]; then HTDOCS_DIR=$DEFAULT_PARAM else HTD...
h19e/CustomForm-Ver.2
3b028bf651f925de6389a0a0d920804693b9ed20
module
diff --git a/src/app/modules/Top/actions/Index.php b/src/app/modules/Top/actions/Index.php new file mode 100644 index 0000000..ab95f4c --- /dev/null +++ b/src/app/modules/Top/actions/Index.php @@ -0,0 +1,21 @@ +<?php + +class Action_Index +{ + public function execute() + { + + try { + $pdo = new PDO("mysql:host=" . ...
h19e/CustomForm-Ver.2
23f3cd56115d0f2566ea26d142aa2c73a0c15a49
target
diff --git a/exec/init.sh b/exec/init.sh index e0a90d4..3351cdf 100755 --- a/exec/init.sh +++ b/exec/init.sh @@ -1,71 +1,87 @@ #!/bin/sh echo "init" #document root directory DEFAULT_PARAM=$1 echo -n "htdocs_dir? [${DEFAULT_PARAM}]" read PARAM if [ "$PARAM" = "" ]; then HTDOCS_DIR=$DEFAULT_PARAM else HTD...
h19e/CustomForm-Ver.2
2e31b1c2186f429b97c277774060bac5f9832895
App class add
diff --git a/src/app/App.php b/src/app/App.php new file mode 100644 index 0000000..2b1fcd4 --- /dev/null +++ b/src/app/App.php @@ -0,0 +1,6 @@ +<?php + +class App +{ + +}
h19e/CustomForm-Ver.2
7a7a71dfb08d312f33a2f12ecce971d908fea2b5
init shell
diff --git a/exec/init.sh b/exec/init.sh index 357e2fc..1b55fa0 100755 --- a/exec/init.sh +++ b/exec/init.sh @@ -1,9 +1,9 @@ #!/bin/sh echo "init" HTDOCS_DIR=$1 APP_DIR=$2 cp ../src/htdocs/index.php $HTDOCS_DIR/index.php - +cp ../src/app/App.php $APP_DIR/App.php
h19e/CustomForm-Ver.2
fe9b5b9fe69e78d4d6e424c90e5d0ba8552763b0
init script add
diff --git a/exec/init.sh b/exec/init.sh old mode 100644 new mode 100755 index 4217d91..357e2fc --- a/exec/init.sh +++ b/exec/init.sh @@ -1,3 +1,9 @@ #!/bin/sh echo "init" + +HTDOCS_DIR=$1 +APP_DIR=$2 + +cp ../src/htdocs/index.php $HTDOCS_DIR/index.php + diff --git a/src/htdocs/index.php b/src/htdocs/index.php inde...
bricel/DrutNet
324b97248a7ccd22b0219a7c5ddf13253059627e
Reset to version 6 on master
diff --git a/Class/Curl.cs b/Class/Curl.cs index 4b22333..532eeab 100644 --- a/Class/Curl.cs +++ b/Class/Curl.cs @@ -1,398 +1,398 @@ -using System; -using System.Collections.Generic; -using System.Text; -using System.Text.RegularExpressions; -using LibCurl = SeasideResearch.LibCurlNet; -using System.IO; - - -namespa...
bricel/DrutNet
6c1a3d7d3676f3f8132d897284d4730f2543d88d
Fixed the error when saving a files on a previously erased file
diff --git a/Class/Services.cs b/Class/Services.cs index 343f3f0..16cb865 100644 --- a/Class/Services.cs +++ b/Class/Services.cs @@ -1,839 +1,847 @@ using System; using System.Collections.Generic; using System.Collections; using System.Text; using CookComputing.XmlRpc; using System.Security.Cryptography; ...
bricel/DrutNet
e69258cf5b8195763bff7dfb91bcb97b0450546e
Added option to save file using Services using. Added better error message handeling with services.
diff --git a/Class/Curl.cs b/Class/Curl.cs index 599f76e..3bfd19e 100644 --- a/Class/Curl.cs +++ b/Class/Curl.cs @@ -1,398 +1,398 @@ using System; using System.Collections.Generic; using System.Text; using System.Text.RegularExpressions; using LibCurl = SeasideResearch.LibCurlNet; using System.IO; namespa...
bricel/DrutNet
ea21bf4589a1dfb99ef2e02a5e3ca7659b8cabec
Added a compiled sample in Dlls folder.
diff --git a/Dlls/DrutNETSample.exe b/Dlls/DrutNETSample.exe new file mode 100644 index 0000000..19a0448 Binary files /dev/null and b/Dlls/DrutNETSample.exe differ diff --git a/DrutNETSample/DrutNETSample.csproj b/DrutNETSample/DrutNETSample.csproj index 5abfa25..e2bc6cd 100644 --- a/DrutNETSample/DrutNETSample.csproj ...
bricel/DrutNet
65735fc1b8ce0ff7aaf8188c0bb88e85773f932a
Added Readme file
diff --git a/Class/Curl.cs b/Class/Curl.cs index ac40bfe..599f76e 100644 --- a/Class/Curl.cs +++ b/Class/Curl.cs @@ -1,398 +1,398 @@ using System; using System.Collections.Generic; using System.Text; using System.Text.RegularExpressions; using LibCurl = SeasideResearch.LibCurlNet; using System.IO; namespa...
bricel/DrutNet
107a14df94ffff93311d3bb4d8dde4ed3d8b97c9
Updated project file
diff --git a/DrutNET.suo b/DrutNET.suo index 8cce805..b50ceac 100644 Binary files a/DrutNET.suo and b/DrutNET.suo differ
bricel/DrutNet
275c08996aad446ead6f4fc781d2cf1067cc9bc3
Added separate login buttond for CURL and services
diff --git a/Class/Services.cs b/Class/Services.cs index 77bfd21..2a513f1 100644 --- a/Class/Services.cs +++ b/Class/Services.cs @@ -1,701 +1,701 @@ -using System; -using System.Collections.Generic; -using System.Collections; -using System.Text; -using CookComputing.XmlRpc; -using System.Security.Cryptography; ...
bricel/DrutNet
0d5387f557a5c6b6e85e01cfb3faff4cd09d826e
Cleanup
diff --git a/.buildpath b/.buildpath deleted file mode 100644 index 606f236..0000000 --- a/.buildpath +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<buildpath> - <buildpathentry kind="src" path=""/> - <buildpathentry kind="con" path="org.eclipse.php.core.LANGUAGE"/> -</buildpath> diff --gi...
bricel/DrutNet
8af524099b4b7a360d150825c97659bf52c04eb5
Added release build
diff --git a/DrutNET.csproj b/DrutNET.csproj index 34a7a9d..075ec62 100644 --- a/DrutNET.csproj +++ b/DrutNET.csproj @@ -1,116 +1,119 @@ <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <Configuration Condition=" '$(Configurati...
bricel/DrutNet
48d6484e812510db291634f6ca4da60070222b22
Fixed some bugs and added a progress bar to the upload sample
diff --git a/Class/Curl.cs b/Class/Curl.cs index f3298b7..ac40bfe 100644 --- a/Class/Curl.cs +++ b/Class/Curl.cs @@ -1,385 +1,398 @@ using System; using System.Collections.Generic; using System.Text; using System.Text.RegularExpressions; using LibCurl = SeasideResearch.LibCurlNet; using System.IO; namespa...
bricel/DrutNet
ab576a85e0910d6c1fc78c386c1eedf175545bca
Finished file upload sample
diff --git a/Class/Curl.cs b/Class/Curl.cs index b5db57b..1689c28 100644 --- a/Class/Curl.cs +++ b/Class/Curl.cs @@ -1,339 +1,386 @@ using System; using System.Collections.Generic; using System.Text; using System.Text.RegularExpressions; using LibCurl = SeasideResearch.LibCurlNet; -using System.IO; +using Syste...
bricel/DrutNet
810b0975641c7ec544fc41979c12392ec93d6ec6
first upliad test
diff --git a/.buildpath b/.buildpath index 3e04ee4..606f236 100644 --- a/.buildpath +++ b/.buildpath @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <buildpath> - <buildpathentry kind="src" path="drupal-sqlite"/> + <buildpathentry kind="src" path=""/> <buildpathentry kind="con" path="org.eclipse.php.core...
bricel/DrutNet
479067b0480b42795bcfd49db1cf0184de40301d
Curl upload test on-going
diff --git a/Class/Curl.cs b/Class/Curl.cs index d40592d..695dff9 100755 --- a/Class/Curl.cs +++ b/Class/Curl.cs @@ -1,302 +1,303 @@ using System; using System.Collections.Generic; using System.Text; using System.Text.RegularExpressions; using LibCurl = SeasideResearch.LibCurlNet; using System.IO; namespace...
bricel/DrutNet
6e8ea15ec8405db22e07118bf58408d5e0614cdd
Sample has a preview box now
diff --git a/Class/Services.cs b/Class/Services.cs index f571a53..23afa38 100755 --- a/Class/Services.cs +++ b/Class/Services.cs @@ -1,609 +1,614 @@ using System; using System.Collections.Generic; using System.Collections; using System.Text; using CookComputing.XmlRpc; using System.Security.Cryptography; usin...
bricel/DrutNet
2a107072b8c993f5af80cccfdd5489030fc55292
Settings test
diff --git a/DrutNETSample/Form1.cs b/DrutNETSample/Form1.cs index 8341506..a769a63 100755 --- a/DrutNETSample/Form1.cs +++ b/DrutNETSample/Form1.cs @@ -1,172 +1,172 @@ using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; usin...
bricel/DrutNet
2b44349b5f68a460f62155897af887492960e415
nithing
diff --git a/Class/Services.cs b/Class/Services.cs index 3a8b5cd..da7add6 100755 --- a/Class/Services.cs +++ b/Class/Services.cs @@ -1,490 +1,490 @@ using System; using System.Collections.Generic; using System.Collections; using System.Text; using CookComputing.XmlRpc; using System.Security.Cryptography; usin...
bricel/DrutNet
4f0c887ac430b0f6b888f5744f6205efa13c4bb0
sample work
diff --git a/Class/Services.cs b/Class/Services.cs index 418b34a..3a8b5cd 100755 --- a/Class/Services.cs +++ b/Class/Services.cs @@ -1,489 +1,490 @@ using System; using System.Collections.Generic; using System.Collections; using System.Text; using CookComputing.XmlRpc; using System.Security.Cryptography; usin...
bricel/DrutNet
d685841143619f52a4ef3c2a493489d92e2210d2
Finish rewrite not tested yet
diff --git a/Class/Enums.cs b/Class/Enums.cs index 74e5380..f97e24c 100755 --- a/Class/Enums.cs +++ b/Class/Enums.cs @@ -1,217 +1,120 @@ //#define LOCAL using System; using System.Collections.Generic; using System.Text; using Microsoft.Win32; using System.IO; namespace DrutNET { static public...
jrichter/Tabs
f2a664cb121268276207a3ef1fb7b6f050ad48f7
more use of global variables
diff --git a/custom.js b/custom.js index 886c899..ca3b301 100755 --- a/custom.js +++ b/custom.js @@ -1,139 +1,139 @@ /*! * Tabs Custom Library * Rewrite of tabs.js found here, * http://github.com/seven1m/onebody/blob/6193cdf62657af8bf48390f608df5455eb0ef643/public/javascripts/tabs.js * from Tim Morgan, for use...
jrichter/Tabs
4260bd41deafd376e2caeb0cf86ee2250745dd11
minor changes
diff --git a/index.html b/index.html index 9759dfc..3522917 100755 --- a/index.html +++ b/index.html @@ -1,55 +1,55 @@ <html> <head> <script type="text/javascript" src="jquery-1.3.2.js"></script> <script type="text/javascript" src="custom.js"></script> <link href="blueprint/screen.css" media="screen" rel="sty...
jrichter/Tabs
a5fcf4f4817382b7440774078181f182a6dfdc73
more gitignore goodness
diff --git a/.gitignore b/.gitignore index 6b4ead1..f374b5a 100755 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ -nbproject/* \ No newline at end of file +nbproject/* +sh.exe.stackdump* +.LCKREADME* \ No newline at end of file
jrichter/Tabs
9d349c1140f27e793bd22eed43ee5075186613b8
fixed loop by ignoring headings that i don't use and using sections. I still don't know the actual conflict.
diff --git a/custom.js b/custom.js index 7425fff..886c899 100755 --- a/custom.js +++ b/custom.js @@ -1,133 +1,139 @@ /*! * Tabs Custom Library * Rewrite of tabs.js found here, * http://github.com/seven1m/onebody/blob/6193cdf62657af8bf48390f608df5455eb0ef643/public/javascripts/tabs.js * from Tim Morgan, for use...
jrichter/Tabs
163821c4bbcdd89191b46651ad99ead51bb86480
problem with location hash looping btw tabs
diff --git a/custom.js b/custom.js index 59bd2e8..7425fff 100755 --- a/custom.js +++ b/custom.js @@ -1,147 +1,133 @@ /*! * Tabs Custom Library * Rewrite of tabs.js found here, * http://github.com/seven1m/onebody/blob/6193cdf62657af8bf48390f608df5455eb0ef643/public/javascripts/tabs.js * from Tim Morgan, for use...
jrichter/Tabs
8437ffba56f6fe51a9b3f80f92d98573c0c2d3d2
minor readme changes
diff --git a/README b/README index c7cb389..1780886 100755 --- a/README +++ b/README @@ -1,6 +1,6 @@ This is an attempt for me to learn about jQuery and improve on my lacking javascript abilities. I am using http://blueprintcss.org css grids and what not to get a quick sample index.html. I am basing this off of ...
jrichter/Tabs
c3915f3d07c150e11a2e0ee0ebdc120fc494b11e
minor readme changes
diff --git a/.LCKREADME~ b/.LCKREADME~ new file mode 100644 index 0000000..981992c --- /dev/null +++ b/.LCKREADME~ @@ -0,0 +1 @@ +/home/vmarchive/apps/playground/.LCKREADME~ \ No newline at end of file
jrichter/Tabs
3b9cd5d16774dd815e7e272327ba3d3c3e7380f0
minor readme changes
diff --git a/README b/README index 49d7925..c7cb389 100755 --- a/README +++ b/README @@ -1,5 +1,6 @@ This is an attempt for me to learn about jQuery and improve on my lacking javascript abilities. I am using http://blueprintcss.org css grids and what not to get a quick sample index.html. -I am basing this off of ...
jrichter/Tabs
96f2e776440eee686ee87a589a9020e7b90945f6
tabs can now be turned on and off and switched and what not
diff --git a/custom.js b/custom.js index 5e76f4c..59bd2e8 100755 --- a/custom.js +++ b/custom.js @@ -1,66 +1,147 @@ /*! * Tabs Custom Library * Rewrite of tabs.js found here, * http://github.com/seven1m/onebody/blob/6193cdf62657af8bf48390f608df5455eb0ef643/public/javascripts/tabs.js * from Tim Morgan, for use ...
jrichter/Tabs
f212b976c21501983f662854928f909887b1c5c4
rudimentry on and off of tabs
diff --git a/README b/README index f6f16c2..49d7925 100755 --- a/README +++ b/README @@ -1,5 +1,5 @@ This is an attempt for me to learn about jQuery and improve on my lacking javascript abilities. I am using http://blueprintcss.org css grids and what not to get a quick sample index.html. -I am basing this off of ...
jrichter/Tabs
91b28f8c0e8282606a3695de07b0a8ae12c75a4a
need the correct url
diff --git a/README b/README index aaef96a..f6f16c2 100755 --- a/README +++ b/README @@ -1,5 +1,5 @@ This is an attempt for me to learn about jQuery and improve on my lacking javascript abilities. -I am using http://blueprint.org css grids and what not to get a quick sample index.html. +I am using http://blueprintcs...
jrichter/Tabs
c5f9546bc0f164497d104475e671d30e5afe8b4d
make blueprint a link
diff --git a/README b/README index 8ed1665..aaef96a 100755 --- a/README +++ b/README @@ -1,5 +1,5 @@ This is an attempt for me to learn about jQuery and improve on my lacking javascript abilities. -I am using blueprint.org css grids and what not to get a quick sample index.html. +I am using http://blueprint.org css ...
raymondo82/help.github.com
fc0e28b11afd5c41dea40e35eab2260f59d87e8b
Space saves the day!
diff --git a/_posts/2009-10-16-post-receive-hooks.markdown b/_posts/2009-10-16-post-receive-hooks.markdown index 8826423..c971a31 100644 --- a/_posts/2009-10-16-post-receive-hooks.markdown +++ b/_posts/2009-10-16-post-receive-hooks.markdown @@ -1,42 +1,42 @@ --- layout: default title: Post-Receive Hooks description...
raymondo82/help.github.com
8bb4333a5ea527cc9b53edf509bb9f7c25e42350
Tweak the way we handle popular guides
diff --git a/_posts/2009-09-09-removing-sensitive-data.textile b/_posts/2009-09-09-removing-sensitive-data.textile index f16b50c..185dfd2 100644 --- a/_posts/2009-09-09-removing-sensitive-data.textile +++ b/_posts/2009-09-09-removing-sensitive-data.textile @@ -1,85 +1,85 @@ --- layout: default title: Removing sensit...
raymondo82/help.github.com
c2ee51c311467177997cfd595f23ec656f1286f7
Handle spacey category names differently
diff --git a/_layouts/default.html b/_layouts/default.html index 714d5f8..9955835 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,112 +1,112 @@ --- sidebar_cats: - setup - troubleshooting - repos -- "Everyday git" -- "Git ninjutsu" +- everyday_git +- git_ninjutsu - collaborating - deploying ...
raymondo82/help.github.com
f985030efd5c7c4b8445265613a6274c182aff3e
Poke for a rebuild
diff --git a/readme.textile b/readme.textile index d3b7957..95616d6 100644 --- a/readme.textile +++ b/readme.textile @@ -1 +1 @@ -All submissions are welcome. To submit a guide, fork this repo, add your guide, and open a ticket on "tekkub's fork":http://github.com/tekkub/help.github.com/issues \ No newline at end of f...
raymondo82/help.github.com
e325cc982d426447abb5559cc17bb8f90862f2c7
gitref!
diff --git a/index.markdown b/index.markdown index 36e59f8..3342be8 100644 --- a/index.markdown +++ b/index.markdown @@ -1,58 +1,59 @@ --- layout: default title: Welcome --- Welcome to the GitHub Help site. Here we have compiled many guides to help you set up and use git and GitHub. Use the sidebar on the rig...
raymondo82/help.github.com
097f8f35cab05056488331c903ad3197bfabffe5
Support can move repos to orgs
diff --git a/_posts/2009-06-25-moving-a-repo.markdown b/_posts/2009-06-25-moving-a-repo.markdown index 94ccd6c..3e8f3f1 100644 --- a/_posts/2009-06-25-moving-a-repo.markdown +++ b/_posts/2009-06-25-moving-a-repo.markdown @@ -1,34 +1,39 @@ --- layout: default title: Moving a repo description: How to move a repo from...
raymondo82/help.github.com
36602cc09ff614e0c1a0f61c1c72e7765e0dd1d4
New pics for the hookers
diff --git a/_posts/2009-10-16-post-receive-hooks.markdown b/_posts/2009-10-16-post-receive-hooks.markdown new file mode 100644 index 0000000..8826423 --- /dev/null +++ b/_posts/2009-10-16-post-receive-hooks.markdown @@ -0,0 +1,42 @@ +--- +layout: default +title: Post-Receive Hooks +description: Working with GitHub's p...