Petr Skoda
cbad562eee
MDL-25314 improved prevention of output buffering + detection of misconfigured servers
...
Scripts that do not want buffered output just define NO_OUTPUT_BUFFERING before including config.php.
The fileserving code now checks if the headers are already sent which detects misconfigured servers.
2010-11-19 03:40:43 +00:00
Aparup Banerjee
7ee2741bb8
global search MDL-25009 indexing failures in each module are now handled so that indexing can proceed to the next module.
2010-11-03 03:47:52 +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
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
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
skodak
c9a433cdd6
MDL-18670 adding proper permissions for mkdir(); merged from MOODLE_19_STABLE
2009-05-06 16:10:45 +00:00
diml
d8f209e84d
MDL-18672 and MDL-18679 fixed. DIRECTORY_SEPARATOR / PATH_SEPARATOR mismatch
2009-03-25 21:28:43 +00:00
diml
63c13a82f1
Addresses the tracker MDL - 18638 and MDL 18474
2009-03-23 21:07:02 +00:00
skodak
93f66983cc
MDL-17773 new get_login_url() function - fixes missing httpslogin tweaks
2009-01-02 22:56:48 +00:00
dongsheng
32487831cd
MDL-14129, remove error() and white space in search module.
2008-07-21 08:28:26 +00:00
skodak
83d957fca4
MDL-15096 removed some obsoleted installation code
2008-06-04 21:36:59 +00:00
skodak
66cb53c535
recommitting PHP5 cleanup in search
2008-05-31 18:11:59 +00:00
skodak
e3c7f155d8
MDL-14978 removed obsoleted isadmin()
2008-05-25 10:08:05 +00:00
skodak
dd93d8e94c
MDL-14617 removed PHP5 checks from global search
2008-05-01 21:22:01 +00:00
diml
adddd26d54
finish resolution on merge
2008-04-15 21:46:55 +00:00
diml
3319ef8538
code review for packaging and code cleaning
...
fixes type wilcard issue on add/delete/update cron scripts
2008-03-31 22:21:42 +00:00
diml
85e76cf40b
resolving merge conflict
2007-12-26 10:24:30 +00:00
diml
a602e1bc68
fix table name for deletion of indexes before regeneration
2007-11-20 23:22:56 +00:00
toyomoyo
001f36522c
MDL-12234, fixing unicode issues with global search
2007-11-20 04:12:18 +00:00
diml
cf8ef35e5f
changes reindexing strategy : deletes records rather than create back table
...
checkDB() and checkTableExists() in indexlib.php are obsolete
table name synced with search block install.xml table name
2007-09-12 21:22:15 +00:00
diml
2f338ab5b0
global search review and extension for physical files
2007-07-09 21:12:16 +00:00
skodak
7150226896
MDL-7861 xhtml strict fixes - fixed all <br> in our code
2007-01-04 23:38:17 +00:00
skodak
721d74b02c
Disabled global search by default and marked as experimental MDL-7296 and AJAX moved to experimental too; merged from MOODLE_17_STABLE
2006-10-30 21:01:47 +00:00
skodak
eef868d17d
major whitespace cleanup - fixed trailng whitespace in new files and admin area
2006-09-20 21:00:45 +00:00
mchampan
791a4cece1
Comments, update logic improved, rest of module add/delete functions added.
2006-08-21 00:50:29 +00:00
mchampan
6f1b1da1ec
Add/delete/update cron functions added.
...
IndexDBControl class added to abstract some index functionality out.
2006-08-16 13:34:07 +00:00
mchampan
c629cfed33
Option for additional search types added.
2006-08-02 15:17:46 +00:00
mchampan
b585dc5fcb
General updates, see README.txt.
2006-07-25 17:23:10 +00:00
mchampan
a25a3912f7
Search functions moved from mod/name/lib.php to search/documents/mod_document.php.
...
Pagination added to query page. Various small changes and amendments.
2006-07-11 17:15:22 +00:00
mchampan
abb4ea20d4
Cleaned up files, fixed some discrepancies and made sure strings that needed escaping
...
used the correct function. Add description comments to files.
2006-07-05 14:37:16 +00:00
mchampan
bef08835f7
Corrected database prefix_ errors
2006-06-28 16:12:08 +00:00
mchampan
682d403259
Initial commit
2006-06-25 23:07:36 +00:00