log

age author description
Fri, 29 Sep 2017 16:18:02 +0200 Calvin Yeh remove "console.log" from general.js default tip
Fri, 29 Sep 2017 16:16:22 +0200 Calvin Yeh add new columns : book year and edition year in Topic page.
Fri, 29 Sep 2017 16:15:28 +0200 Calvin Yeh extract db url into config file
Fri, 29 Sep 2017 16:03:06 +0200 Calvin Yeh 1. add new page : footer.jsp.
Fri, 29 Sep 2017 16:01:28 +0200 Calvin Yeh add a new link which can launch previous edition of full text search.
Fri, 29 Sep 2017 15:56:24 +0200 Calvin Yeh add new page : About page
Fri, 29 Sep 2017 15:55:30 +0200 Calvin Yeh remove one word , tab-delimited, from field label.
Fri, 29 Sep 2017 15:52:11 +0200 Calvin Yeh add new columns : book year and edition year in Topic page.
Fri, 29 Sep 2017 15:50:33 +0200 Calvin Yeh 1. add new columns : book year and edition year in Topic page.
Mon, 03 Jul 2017 23:52:13 +0200 Calvin Yeh Improvement : add extra 3 bytes, make excel can identify the encoding and open csv file in the correct format
Mon, 03 Jul 2017 23:48:53 +0200 Calvin Yeh New feature: new full text search with MySQL ngram parser (5.7.6 above)
Mon, 03 Jul 2017 23:43:44 +0200 Calvin Yeh New Feature: Add book year and edition year in section searching page, also prevent from book not existing exception
Wed, 21 Jun 2017 06:25:34 +0200 Calvin Yeh New feature : export csv file with new two fields : book year and edition year
Wed, 21 Jun 2017 06:20:29 +0200 Calvin Yeh Refactoring: upgrade jquery lib to latest version
Wed, 21 Jun 2017 06:19:38 +0200 Calvin Yeh Refactoring: download css and js file of jquery-ui library locally
Wed, 21 Jun 2017 06:17:41 +0200 Calvin Yeh New feature : Add source field in section page
Wed, 21 Jun 2017 05:58:54 +0200 Calvin Yeh New feature : add book_year and edition_year in Books page
Wed, 21 Jun 2017 05:56:02 +0200 Calvin Yeh Refactoring : replace getCurrentSession with openSession for nested transaction exception
Fri, 19 May 2017 20:12:34 +0200 Calvin Yeh 1. Add ?Source? column in Section Page
Fri, 19 May 2017 20:09:47 +0200 Calvin Yeh Add getDefaultTopicId()
Fri, 19 May 2017 20:08:17 +0200 Calvin Yeh All session of ?select? statement are changed to openSession() from getCurreentSession() to avoid nested transaction exception
Fri, 19 May 2017 20:05:55 +0200 Calvin Yeh Modified .hgignore file
Thu, 04 May 2017 14:50:07 +0200 Calvin Yeh Add config file for ignore files
Thu, 04 May 2017 14:47:20 +0200 Calvin Yeh Add pagination function for Task page
Thu, 04 May 2017 14:45:32 +0200 Calvin Yeh more specific warning message for section without contents
Thu, 04 May 2017 10:56:23 +0200 Calvin Yeh Remove .DS_Store
Wed, 03 May 2017 19:54:48 +0200 Calvin Yeh Bug fix : comment out testing code for front end error handling.
Wed, 03 May 2017 19:53:16 +0200 Calvin Yeh Bug fixed : Display columns named "source"
Wed, 03 May 2017 19:51:43 +0200 Calvin Yeh fix form submit issue above Chrome 56.x edition
Fri, 07 Apr 2017 15:59:49 +0200 Calvin Yeh fix form submit issue in Chrome 56.x, again