72 Commits

Author SHA1 Message Date
Aparup Banerjee
f38da0342f global search MDL-25133 fixes to blog posts search documents so that it will add new posts into the search index successfully 2010-11-11 05:53:43 +00:00
Aparup Banerjee
bb560cfadb global search MDL-25030 fixed forum url anchor in index 2010-11-03 04:09:59 +00:00
Aparup Banerjee
737a1ef41a global search MDL-25010 indexer now recurses through every forum post.
also a temp fix (MDL-24822) for forum groupid.
2010-11-03 03:23:07 +00:00
Aparup Banerjee
55c5882639 global search MDL-24625 setting groupid to 0 for indexing 2010-11-02 03:50:09 +00:00
Aparup Banerjee
c79fd8a91e global search MDL-24892 fix in wiki search document to use subwikis. 2010-11-01 03:34:42 +00:00
Aparup Banerjee
8dc68e3e7c global search MDL-24892 fixes for updating the search index. 2010-10-29 09:41:42 +00:00
Aparup Banerjee
01f44fd3c9 global search MDL-24625 removed var_dump 2010-10-28 06:06:09 +00:00
Aparup Banerjee
c6619b6c1e global search MDL-24874 fixes for updating indexes via cron. 2010-10-27 08:28:54 +00:00
Aparup Banerjee
dbb4a053d3 global search MDL-24625
- maintenance fixes to (regressions in) search documents.
- some table references to old modname_comments tables changed to {comments} table.
2010-10-27 03:50:59 +00:00
Aparup Banerjee
6cd2c7f29e global search MDL-24625 fixed up global search regressions so that indexing will complete successfully. 2010-10-26 06:01:37 +00:00
Petr Skoda
a1abd74d93 MDL-24321 switching to stdClass in /search/ 2010-09-21 08:25:18 +00:00
Petr Skoda
91421f3ead a few spelling fixes 2010-09-18 12:07:01 +00:00
Petr Skoda
6847d8ca17 MDL-24058 fixing wron DML conversion 2010-09-02 12:43:26 +00:00
Jonathan Harker
c71f326514 MDL-20876 Fix remaining split() calls. 2010-07-20 03:27:36 +00:00
Petr Skoda
df997f841f MDL-21782 reworked enrolment framework, the core infrastructure is in place, the basic plugins are all implemented; see the tracker issue for list of unfinished bits, expect more changes and improvements during the next week
AMOS START
    MOV [sendcoursewelcomemessage,core_admin],[sendcoursewelcomemessage,enrol_self]
    MOV [configsendcoursewelcomemessage,core_admin],[sendcoursewelcomemessage_desc,enrol_self]
    MOV [enrolstartdate,core],[enrolstartdate,enrol_self]
    MOV [enrolenddate,core],[enrolenddate,enrol_self]
    CPY [welcometocourse,core],[welcometocourse,enrol_self]
    CPY [welcometocoursetext,core],[welcometocoursetext,enrol_self]
    MOV [notenrollable,core],[notenrollable,core_enrol]
    MOV [enrolenddaterror,core],[enrolenddaterror,enrol_self]
    MOV [enrolmentkeyhint,core],[passwordinvalidhint,enrol_self]
    MOV [coursemanager,core_admin],[coursecontact,core_admin]
    MOV [configcoursemanager,core_admin],[coursecontact_desc,core_admin]
    MOV [enrolledincourserole,core],[enrolledincourserole,enrol_manual]
    MOV [enrolme,core],[enrolme,core_enrol]
    MOV [unenrol,core],[unenrol,core_enrol]
    MOV [unenrolme,core],[unenrolme,core_enrol]
    MOV [enrolmentnew,core],[enrolmentnew,core_enrol]
    MOV [enrolmentnewuser,core],[enrolmentnewuser,core_enrol]
    MOV [enrolments,core],[enrolments,core_enrol]
    MOV [enrolperiod,core],[enrolperiod,core_enrol]
    MOV [unenrolroleusers,core],[unenrolroleusers,core_enrol]
AMOS END
2010-06-21 15:30:49 +00:00
Andrew Davis
eaed2fd163 ajax MDL-22286 removed references to the previous version of the JS function openpopup() 2010-05-05 02:05:58 +00:00
Petr Skoda
4f0c2d0009 MDL-21655 big scary enrolment and roles improvements - see tacker for list of changes, includes other minor fixes too 2010-03-31 07:41:31 +00:00
Valery Fremaux
93f78d0630 fix last http://tracker.moodle.org/browse/MDL-20917 shorten errors. 2009-11-21 13:52:31 +00:00
samhemelryk
c86bdd5d3f search MDL-19822 Upgraded deprecated calls and added set_url calls 2009-10-15 07:37:29 +00:00
nicolasconnault
6dbcaceef1 MDL-19418 Replaced ereg* by preg* 2009-06-22 01:22:37 +00:00
diml
e64bb85463 MDL-19477 - Issues on check_text access controllers 2009-06-12 16:18:37 +00:00
diml
4021d539aa MDL-19342 - small fixes from Tatsuva Shirai + UTF-8 global straighten up 2009-05-30 22:11:53 +00:00
diml
a2669a1866 addresses MDL-19154. May not fix every thing here... more tests in progress. 2009-05-11 19:52:49 +00:00
diml
8fe956133f Addresses MDL-18638 (Search code does not follow coding guidelines) and MDL-18474 (global search should use of PATH_SEPARATOR) 2009-03-23 21:35:30 +00:00
tjhunt
ffdd703a99 MDL-18637 fix Moodle 1.9-style {$CFG->prefix}tablename in HEAD, and a few missing $DB->s.
I did not fix all the DB problems in search, there are too many there for me to be prepared to clean up other people's mess.

(For once, it was not me making this mistake ;-))
2009-03-23 05:19:53 +00:00
Francois Marier
6800d78e06 Drift between CVS and git
- large deletions
- lucene updates
- error() => print_error()
- NO_MOODLE_COOKIES define
- various other things
2008-06-25 17:31:23 +00:00
skodak
44e1b7d7ff MDL-14679 remoed all instances of get_records_list() 2008-06-01 15:42:48 +00:00
diml
27af904b85 fixes result list ordering issue
engine give nicer results with adequate pagination.
Adding icon and reference to course origine.

Generalizing replacement of isadmin by doanithing capability check

should contribute to close many global search related issues from

http://tracker.moodle.org/browse/MDL-14646

startpoint
2008-05-31 17:09:59 +00:00
skodak
e3c7f155d8 MDL-14978 removed obsoleted isadmin() 2008-05-25 10:08:05 +00:00
diml
de10ccbe76 fixes MDL-14775 2008-05-10 14:01:20 +00:00
diml
3e335d5d78 fixes MDL-14776 2008-05-10 14:00:56 +00:00
skodak
a087c03c02 MDL-14678 syntax problems 2008-05-03 21:43:36 +00:00
diml
a4707d3f68 Commiting all changes reported in MDL-14646 2008-05-02 12:22:06 +00:00
skodak
35987665f4 MDL-14617 removed some legacy group code 2008-05-01 22:30:28 +00:00
diml
adddd26d54 finish resolution on merge 2008-04-15 21:46:55 +00:00
diml
8553d70023 fixes reported quote issue on $file in shel exec commands (MDL14325) 2008-04-11 23:20:04 +00:00
diml
7261db4930 fixes slash issues that avoid finding relative pathes to converters 2008-04-08 21:55:58 +00:00
diml
f1cf028af8 added post URL backconversion to UTF8 2008-04-08 21:55:22 +00:00
diml
488770b7ac fixes utf-8 over encoding on output links 2008-04-07 21:11:08 +00:00
diml
0f4471f5d3 fixes HTM files parsing 2008-04-07 20:36:47 +00:00
diml
e1778c0c5e fixes HTM files parsing 2008-04-07 19:56:44 +00:00
diml
f8d8b7be3f fixing several error messages
enhancing security of command injections.
allowing space in pathes for files.
allowing binding with tools out of moodleroot
2008-04-06 21:01:28 +00:00
diml
5abb2ac2f7 code review for packaging and code cleaning
fixes minor bug (variable misnamed)
2008-03-31 22:23:02 +00:00
diml
d3516fb62c code review for packaging and code cleaning 2008-03-31 22:22:20 +00:00
diml
9c162f7a7d shooting out debug code see MDL-13993 2008-03-20 19:30:53 +00:00
diml
26fc4193f5 fixing security hole. reference : http://moodle.org/mod/forum/discuss.php?d=85748#p379857
Inaki Arenzana
2007-12-05 15:54:39 +00:00
diml
6e97bc0808 fix unchecked foreach loops 2007-11-20 23:20:22 +00:00
diml
c8fa018583 fixes delete description record 2007-11-04 22:48:59 +00:00
diml
31b53a5a1e corrects "usepassword" rule 2 2007-11-04 22:43:18 +00:00
diml
28b29281b5 corrects "usepassword" rule 2007-11-04 22:37:15 +00:00