Git commits in Moodle x.x.x by mchampan

commit 0d46c846dabe15bc68d0fa6730048f260d249861
Author: mchampan <mchampan>
Date:   Fri, 08 Sep 2006 09:18:48 +0800
Tag:    v1.7.0

Fixed couple bugs in query, and improved logic of querylib.

commit 791a4cece1078dc5c48f9d9c69a00ba93f8fad0d
Author: mchampan <mchampan>
Date:   Mon, 21 Aug 2006 08:50:29 +0800
Tag:    v1.7.0

Comments, update logic improved, rest of module add/delete functions added.

commit 6f1b1da1ec640dcf15d6ddc6dc3c73c2ae480cd4
Author: mchampan <mchampan>
Date:   Wed, 16 Aug 2006 21:34:07 +0800
Tag:    v1.7.0

Add/delete/update cron functions added. IndexDBControl class added to abstract some index functionality out.

commit ecebdf0e6e6ae98fccb49fe0c41a88b49778c592
Author: mchampan <mchampan>
Date:   Wed, 16 Aug 2006 21:31:55 +0800
Tag:    v1.7.0

Date field added to documents.

commit 6e7805628ea435f800594edb7d5e8cc52224060b
Author: mchampan <mchampan>
Date:   Mon, 14 Aug 2006 10:29:43 +0800
Tag:    v1.7.0

Advanced search page added.

commit 56e924061e04eff42919e3e47bc1d55b0e83efe0
Author: mchampan <mchampan>
Date:   Wed, 02 Aug 2006 23:31:59 +0800
Tag:    v1.7.0

Resource doc type and Zend readme changed.

commit c629cfed336dd0b0f8b0759560fc30da0e38fd82
Author: mchampan <mchampan>
Date:   Wed, 02 Aug 2006 23:17:46 +0800
Tag:    v1.7.0

Option for additional search types added.

commit 01e6afe2cdc5b45157e3afcbfdb519e97ea305eb
Author: mchampan <mchampan>
Date:   Wed, 02 Aug 2006 23:15:45 +0800
Tag:    v1.7.0

String issue fix in ZF.

commit 0961c4e6544370729505f1bd8a0641dabc1a14b0
Author: mchampan <mchampan>
Date:   Fri, 28 Jul 2006 21:27:44 +0800
Tag:    v1.7.0

Added constant for search database table.

commit fef0afe183da48e1b6733e54b7293e0e986bdd50
Author: mchampan <mchampan>
Date:   Fri, 28 Jul 2006 21:27:15 +0800
Tag:    v1.7.0

Changed $doc->id to $doc->docid to prevent clashes with Zend Search's internal $doc->id

commit defb87ba90c9d9a653b550eee26f1da2b7235fb5
Author: mchampan <mchampan>
Date:   Wed, 26 Jul 2006 19:29:35 +0800
Tag:    v1.7.0

Glossary indexing added, used to demonstrate that it's relatively simple to add a new module to the indexing queue.

commit b585dc5fcb001ca52b35f9e8792d1af80e5823f7
Author: mchampan <mchampan>
Date:   Wed, 26 Jul 2006 01:23:10 +0800
Tag:    v1.7.0

General updates, see README.txt.

commit d9e1bf24786153575555b4095a9c42439aee9dbc
Author: mchampan <mchampan>
Date:   Wed, 26 Jul 2006 01:10:58 +0800
Tag:    v1.7.0

Initial commit

commit 91ad9557c1e8b2010a26c38d7eb31b2fbc2a687c
Author: mchampan <mchampan>
Date:   Fri, 14 Jul 2006 21:58:46 +0800
Tag:    v1.7.0

Fixed pagination in query page (lines were too long, distorting table), and added results caching to improve query time when browsing pages of the same query. Wiki document strips (x.x.x.x) ip field from author field now.

commit a25a3912f736ceb42a686b401ac70e721ca9ac85
Author: mchampan <mchampan>
Date:   Wed, 12 Jul 2006 01:15:22 +0800
Tag:    v1.7.0

Search functions moved from mod/name/lib.php to search/documents/mod_document.php. Pagination added to query page. Various small changes and amendments.

commit e0eb89a13ef19dd83ada6fe4e74cc2c2ef1b32a4
Author: mchampan <mchampan>
Date:   Wed, 12 Jul 2006 00:08:47 +0800
Tag:    v1.7.0

Initial commit

commit abb4ea20d4077a921da4dfb15bb440b25bbd4862
Author: mchampan <mchampan>
Date:   Wed, 05 Jul 2006 22:37:16 +0800
Tag:    v1.7.0

Cleaned up files, fixed some discrepancies and made sure strings that needed escaping used the correct function. Add description comments to files.

commit bef08835f713d30a0c3eb9beff9346f98a59072c
Author: mchampan <mchampan>
Date:   Thu, 29 Jun 2006 00:12:08 +0800
Tag:    v1.7.0

Corrected database prefix_ errors

commit 682d4032591a033060e3683c3f0c300c9de4d87e
Author: mchampan <mchampan>
Date:   Mon, 26 Jun 2006 07:07:36 +0800
Tag:    v1.7.0

Initial commit