65 Commits

Author SHA1 Message Date
Petr Skoda
43206af618 MDL-25235 fixed param type for OS paths
paths to executable are not PARAM_TEXT, we have to use PARAM_RAW there + whitespace fixes
2010-11-16 10:27:00 +00:00
Aparup Banerjee
693fc4a29f global search MDL-25099 setting global search block to 'hidden' when feature is disabled in experimental settings. 2010-11-11 03:37:54 +00:00
Dan Marsden
5882506d53 Global Search MDL-25131 fix typo 2010-11-10 01:05:10 +00:00
David Mudrak
5741fd4ba5 MDL-24625 Dropped $CFG->block_search_text and $CFG->block_search_button
We should never store strings in the database, use get_string()
whenever possible. Also, I removed legacy config_global.html even though
I know Apu kept it intentionally for regressions test. The file can
always be searched in the repository history, no need to keep it.
2010-11-09 12:40:56 +00:00
Aparup Banerjee
76f062cd25 global search MDL-25056 fixed some incorrect PARAM types. 2010-11-08 02:08:18 +00:00
Moodle HQ git importer
d7565c03e6 Fixing drift between CVS and git 2010-11-06 15:38:36 +00:00
Aparup Banerjee
3405d827d4 global search MDL-25056 fixed refering to $CFG->var when it isn't set yet. 2010-11-05 09:55:25 +00:00
Aparup Banerjee
c0ae6c5e0c global search MDL-25056 added a port of the global_config.html to settings.php. Leaving the html file behind for regression checks. 2010-11-05 08:53:57 +00:00
Aparup Banerjee
d997cc88cb blocks MDL-24374 upgrading code to change block_search_documents table.docdate and .updated to be integer type instead of datetime 2010-10-18 08:33:13 +00:00
Petr Skoda
7de44c66d3 fixed html id duplicate 2010-09-17 10:57:31 +00:00
Jonathan Harker
c71f326514 MDL-20876 Fix remaining split() calls. 2010-07-20 03:27:36 +00:00
Petr Skoda
8571833f0b MDL-23069 moving version and cron info into standard version.php - finally, yay! 2010-07-04 12:18:22 +00:00
Petr Skoda
a4cdd6d2c8 MDL-23068 removing obsolete $result and removing empty upgrade files that would be probably never used at all + minor cleanup/fixing 2010-07-04 10:27:56 +00:00
Martin Dougiamas
16b5fdaf17 MDL-22054 Fixed some uppercasing errors. We Never Use This Format For Strings. 2010-04-30 02:42:18 +00:00
Petr Skoda
37f005b142 MDL-22061 removing unnecessary [[ tests 2010-04-11 20:50:37 +00:00
Petr Skoda
150135ab08 MDL-22054 the last blockname removed 2010-04-11 11:57:46 +00:00
Petr Skoda
745a9d23da MDL-22054 converting block name strings to pluginname
AMOS START
 MOV [blockname,block_search],[pluginname,block_search]
AMOS END
2010-04-11 11:42:57 +00:00
David Mudrak
30c8dd34f7 MDL-15252 Re-committing all English strings exported from AMOS
From now on, all English strings use the new syntax. They are not
eval()'ed any more and the only valid placeholders are {$a} and
{$a->foobar}. No extra quotes escaping, dollar sign escaping and putting
double percent signs.

The modified files were exported from AMOS database repository in the
new syntax and were re-ordered by stringid. Standard GNU/GPL and PHPdoc
blocks are added. Where there was no copyright note so far, I added the
default one with Martin Dougiamas as the copyright holder.

Live long and prosper.
2010-04-10 14:01:45 +00:00
Petr Skoda
3a915b0667 MDL-21693 Dropping _utf8 suffix from language codes and folder names; enabling new string managers - please note the transition is not yet fully complete because we need to wait for git to recognize the renames in cvs 2010-04-10 07:24:56 +00:00
David Mudrak
7a563f0f35 MDL-21694 Moving blocks lang files into the plugin scope 2010-03-29 15:33:27 +00:00
Valery Fremaux
049f43f740 http://tracker.moodle.org/browse/MDL-21186 2009-12-24 23:10:56 +00:00
Petr Skoda
4ca6cfbfd4 MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup 2009-11-01 12:00:47 +00:00
tjhunt
1428f47181 block/search: Eliminate todo that was already done, and clean up whitespace. 2009-07-17 08:07:50 +00:00
stronk7
74c288a100 MDL-18577 drop enums support - step2: enums out from install.xml files 2009-05-01 14:07:43 +00:00
diml
ac3620f6fc Adds reference to global $DB object. 2008-12-25 20:26:55 +00:00
skodak
775f811a66 MDL-16002 rewritten upgrade locking and better upgrade progress tracking; MDL-16070 Do not use $a[0] syntax in lang packs + various other upgrade improvements and fixes 2008-08-16 12:16:01 +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
b1f93b1512 MDL-15246 moving all remaining ddl function to adminlib, keeping old lib/ddllib.php only for BC withexisting code; fixed inline docs related to ddl 2008-06-15 10:32:50 +00:00
skodak
294ce9870f MDL-15189 magic quotes finally removed 2008-06-09 16:53:30 +00:00
skodak
f28f2d9022 MDL-14679 towards blocks conversion 2008-06-02 20:15:51 +00:00
skodak
219f652b91 MDL-14679 upgrade $DB conversion 2008-05-31 18:05:42 +00:00
skodak
a13936c57c MDL-14451 removed pre 1.9 upgrade code 2008-05-11 18:55:00 +00:00
skodak
dd93d8e94c MDL-14617 removed PHP5 checks from global search 2008-05-01 21:22:01 +00:00
diml
d77d0dd57a Merge from 18 2008-04-15 22:11:11 +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
poltawski
22220aa736 MDL-12742 - remove duplicated lang files 2008-01-13 11:37:26 +00:00
skodak
fe362e1aca MDL-12597 fixed short php bugs; merged from MOODLE_19_STABLE 2007-12-16 14:14:17 +00:00
toyomoyo
4affe9486b MDL-12352, block/search fails to install on postgres 2007-12-06 07:10:29 +00:00
toyomoyo
3b2274ce5f MDL-12352, block/search fails to install on postgres 2007-11-27 05:43:27 +00:00
diml
036989246e added default values for datetime fields 2007-11-20 23:37:15 +00:00
diml
84257f3fe1 changing access resolution for buttons labels 2007-10-07 19:44:59 +00:00
diml
f651fb3980 unconsistent file 2007-10-07 19:44:18 +00:00
diml
a76b196392 string nl translations for search block 2007-10-07 19:40:47 +00:00
diml
351708dcbb string fr translations for search block 2007-10-07 19:40:15 +00:00
diml
9424e7e0b5 string en translations for search block 2007-10-07 19:39:42 +00:00
nicolasconnault
34d6a78987 MDL-11406 Removed lang files from block folder, and put them in en_utf8 and fr_utf8 2007-09-28 08:46:25 +00:00
stronk7
28271c7205 Second pass. Some more default comments are out. MDL-11385 2007-09-24 22:10:13 +00:00
stronk7
056eb98627 Fixing the table (renaming + proper defaults). MDL-10572 2007-08-11 00:19:51 +00:00
poltawski
a4459c2dd8 MDL-10749 - fixed short php tag 2007-08-08 19:48:14 +00:00
moodler
6c4af359b9 I fixed up the database creation 2007-07-13 06:44:31 +00:00