Skip to content

Commit

Permalink
gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Hank Khang committed Mar 22, 2011
1 parent 9b15231 commit 36baf1b
Show file tree
Hide file tree
Showing 209 changed files with 34 additions and 70 deletions.
9 changes: 9 additions & 0 deletions #.gitignore#
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
target/classes/com/hk/*.class
target/classes/com/grailsinaction/*.class
web-app/WEB-INF/classes/com/hk/*.class
web-app/WEB-INF/classes/com/grailsinaction/*.class
devDB.log
target/stacktrace.log
testDBhk.log


1 change: 1 addition & 0 deletions .#.gitignore
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
target/classes/com/hk/*.class
target/classes/com/grailsinaction/*.class
*.log
web-app/WEB-INF/classes/com/hk/*.class
web-app/WEB-INF/classes/com/grailsinaction/*.class
devDB.log
target/stacktrace.log
testDBhk.log


6 changes: 6 additions & 0 deletions .gitignore~
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
target/classes/com/hk/*.class
target/classes/com/grailsinaction/*.class
*.log
web-app/WEB-INF/classes/com/hk/*.class
web-app/WEB-INF/classes/com/grailsinaction/*.class

50 changes: 0 additions & 50 deletions devDB.log

This file was deleted.

2 changes: 1 addition & 1 deletion devDB.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#HSQL Database Engine 1.8.0.10
#Tue Mar 22 03:52:09 EDT 2011
#Tue Mar 22 18:26:13 EDT 2011
hsqldb.script_format=0
runtime.gc_interval=0
sql.enforce_strict_size=false
Expand Down
3 changes: 2 additions & 1 deletion devDB.script
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ALTER TABLE PROFILE ALTER COLUMN ID RESTART WITH 6
ALTER TABLE TAG ALTER COLUMN ID RESTART WITH 1
ALTER TABLE USER ALTER COLUMN ID RESTART WITH 13
ALTER TABLE SLE ALTER COLUMN ID RESTART WITH 1
ALTER TABLE AUTHENTICATION_USER ALTER COLUMN ID RESTART WITH 6
ALTER TABLE AUTHENTICATION_USER ALTER COLUMN ID RESTART WITH 7
ALTER TABLE SEARCH_HIST_ELEM ALTER COLUMN ID RESTART WITH 1
CREATE USER SA PASSWORD ""
GRANT DBA TO SA
Expand Down Expand Up @@ -44,3 +44,4 @@ INSERT INTO AUTHENTICATION_USER VALUES(2,0,'jazzie@rcn.com','bkbkbk','a1c0c9eaba
INSERT INTO AUTHENTICATION_USER VALUES(3,0,'soltanhp@aol.com','ckckck','0c279e908aa8f35abc2ed46694249022b7c7f635',1)
INSERT INTO AUTHENTICATION_USER VALUES(4,0,'smsmsm@test.com','smsmsm','403cc04587ab4ce3c45fa3578142b8016ba1de78',1)
INSERT INTO AUTHENTICATION_USER VALUES(5,0,'sean.merritt@verizon.net','seamus7us2do','42d09a13daef3dc090f59947a891d460dd41f673',1)
INSERT INTO AUTHENTICATION_USER VALUES(6,0,'sean.merritt@verizon.net','seamus7','42d09a13daef3dc090f59947a891d460dd41f673',1)
7 changes: 5 additions & 2 deletions grails-app/controllers/com/hk/TodoController.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,8 @@ class TodoController {

String srchstrPostWriteStripInstance = srchstr;

O.o("!!!!!!!!!! user [" + user1 + "] search at " + new java.util.Date() + " [" + srchstrPostWriteStripInstance+ "]") ;
O.o("time:" + new java.util.Date() ) ;
O.o("user [" + user1 + "] search [" + srchstrPostWriteStripInstance+ "]") ;
//(srchstrPostWriteStripInstance.split(" ")).eachWithIndex
//{ srchWrd, ii ->
// O.o("################## search word set" + ii + " [" + srchWrd + "]");
Expand Down Expand Up @@ -220,7 +221,8 @@ class TodoController {

[srchstr: srchstr, seq:seq, alFileLines: alFileLines , cbword: params.cbword
, cborder: params.cborder, hktest: "hkteststr", maxAge: params.maxAge, alFileLines: alFileLines,
fqFileName: ("<font color=\"GREEN\">"+mode), seq:seq, user1:user1]
fqFileName: ("<font color=\"GREEN\">"+mode), seq:seq, user1:user1
]
}
}

Expand All @@ -230,6 +232,7 @@ class TodoController {
def autocompleteSearch = {
String srchStr = params['textstr'];
String autocomp_userInput = params['autocomp'];
O.o ("autocomplete user [" + getUser() + "] autocomp [" + autocomp_userInput + "]");
if (autocomp_userInput == null)
{
render "empty autocomp";
Expand Down
Binary file not shown.
Binary file not shown.
Binary file removed target/classes/com/grailsinaction/Post.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed target/classes/com/grailsinaction/Profile.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed target/classes/com/grailsinaction/Tag.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed target/classes/com/grailsinaction/User.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed target/classes/com/hk/HomeController$_closure1.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed target/classes/com/hk/HomeController$_closure2.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed target/classes/com/hk/HomeController.class
Binary file not shown.
Binary file removed target/classes/com/hk/SearchHistElem.class
Binary file not shown.
Binary file removed target/classes/com/hk/Sle$__clinit__closure1.class
Binary file not shown.
Binary file removed target/classes/com/hk/Sle.class
Binary file not shown.
Binary file removed target/classes/com/hk/SleController$_closure1.class
Binary file not shown.
Binary file removed target/classes/com/hk/SleController$_closure2.class
Binary file not shown.
Binary file removed target/classes/com/hk/SleController$_closure3.class
Binary file not shown.
Binary file removed target/classes/com/hk/SleController$_closure4.class
Binary file not shown.
Binary file removed target/classes/com/hk/SleController$_closure5.class
Binary file not shown.
Binary file removed target/classes/com/hk/SleController$_closure6.class
Binary file not shown.
Binary file removed target/classes/com/hk/SleController$_closure7.class
Binary file not shown.
Binary file removed target/classes/com/hk/SleController$_closure8.class
Binary file not shown.
Binary file removed target/classes/com/hk/SleController.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed target/classes/com/hk/TodoController$_closure2.class
Binary file not shown.
Binary file not shown.
Binary file removed target/classes/com/hk/TodoController$_closure3.class
Binary file not shown.
Binary file removed target/classes/com/hk/TodoController$_closure4.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed target/classes/com/hk/TodoController$_closure5.class
Binary file not shown.
Binary file removed target/classes/com/hk/TodoController$_closure6.class
Binary file not shown.
Binary file removed target/classes/com/hk/TodoController$_closure7.class
Binary file not shown.
Binary file removed target/classes/com/hk/TodoController$_closure8.class
Binary file not shown.
Binary file removed target/classes/com/hk/TodoController$_closure9.class
Binary file not shown.
Binary file removed target/classes/com/hk/TodoController.class
Binary file not shown.
Binary file modified target/classes/com/hk/util/UtilTags.class
Binary file not shown.
Empty file removed target/stacktrace.log
Empty file.
16 changes: 0 additions & 16 deletions testDBhk.log

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed web-app/WEB-INF/classes/com/grailsinaction/Tag.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed web-app/WEB-INF/classes/com/hk/HomeController.class
Binary file not shown.
Binary file not shown.
Binary file removed web-app/WEB-INF/classes/com/hk/SearchHistElem.class
Binary file not shown.
Binary file not shown.
Binary file removed web-app/WEB-INF/classes/com/hk/Sle.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed web-app/WEB-INF/classes/com/hk/SleController.class
Binary file not shown.
Binary file not shown.
Binary file removed web-app/WEB-INF/classes/com/hk/SleTests.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed web-app/WEB-INF/classes/com/hk/TodoController.class
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 36baf1b

Please sign in to comment.