skodak
17da2e6f28
MDL-16438 centralise information about plugins to avoid duplication, includes local customisation conversion to standard plugin structure + fixes for some recent regressions; see tracker for more details and links to docs and forums discussions
2009-06-19 14:25:56 +00:00
stronk7
cab8690d4b
MDL-19331 Changes is table name/comments now flag xmldb as changed
2009-06-14 16:34:34 +00:00
tjhunt
cf6155226c
ajaxlib/require_js: MDL-16693 $PAGE->requires->... deprecates require_js etc.
...
There is a new implementation of require_js in lib/deprecatedlib.php,
based on $PAGE->requires.
There were a few other recently introduced functions in lib/weblib.php,
namely print_js_call, print_delayed_js_call, print_js_config and
standard_js_config. These have been removed, since they were never in
a stable branch, and all the places that used them have been changed
to use the newer $PAGE->requires->... methods.
get_require_js_code is also gone, and the evil places that were calling
it, even though it is an internal function, have been fixed.
Also, I made some minor improvements to the code I committed yesterday
for MDL-16695.
All that remains is to update all the places in core code that are
still using require_js.
(This commit also fixes the problem where the admin tree would not
start with the right categories expanded.)
2009-06-12 12:13:07 +00:00
tjhunt
684796fdae
xmldb editior: XHTML strict
2009-06-04 07:39:52 +00:00
stronk7
bd79ec5639
MDL-13204 xmlb editor checks - give extra time to checker because they can run looong
2009-05-30 23:45:07 +00:00
stronk7
11e167a9d0
MDL-16059 xmldb editor - now all the php auto-generated code include proper upgrade_xxx_savepoint() calls
2009-05-30 18:57:00 +00:00
stronk7
c97b24bf73
MDL-9176 xmldb editor - now it's possible to save from edit table page
2009-05-28 23:48:39 +00:00
stronk7
d5810e1d72
MDL-9176 xmldb editor - now it's possible to save from edit file page
2009-05-28 23:25:27 +00:00
stronk7
4f237e248b
MDL-9176 xmldb editor - enable the possibility to avoid unload after save (default)
2009-05-28 23:20:53 +00:00
stronk7
c1b8eeda68
MDL-19305 renaming string because I'm going to need both
2009-05-28 21:57:56 +00:00
stronk7
9dd35834ee
MDL-19305 xmldb editor - throw message when there are changes pending to save and perms don't allow it.
2009-05-28 21:48:13 +00:00
stronk7
0dd435add1
MDL-19304 xmldb editor - files default action changet to edit
2009-05-28 18:59:08 +00:00
stronk7
f802a79b70
MDL-19304 xmldb editor - fixed default action for tables & statements
2009-05-28 18:41:02 +00:00
stronk7
8d38291f76
MDL-19304 xmldb editor - default action (click on name) for field/key/index is now "edit". New "xml" button added.
2009-05-28 18:19:10 +00:00
stronk7
98d1895fe0
MDL-19307 xmldb documentation - add link from main page to global docs generator
2009-05-28 00:21:42 +00:00
stronk7
0fa07dab85
MDL-19307 xmldb documentation - generate all the documentation in a BIG report
2009-05-28 00:19:59 +00:00
stronk7
12bef9fe30
MDL-19319 xmldb docs - move intro paragraph out from xlst
2009-05-28 00:07:59 +00:00
stronk7
6ef8b35a4b
MDL-19319 xmldb documentation - improve output to show complete field specs
2009-05-27 22:55:36 +00:00
stronk7
3a0a3d7a6c
MDL-19058 xmldb editor & enums - inform about ENUM info detected in all
...
the loaded files, suggesting different options depending of active/inactive ENUMs found
2009-05-26 18:47:02 +00:00
stronk7
a12fbc0125
MDL-18547 xmldb floats - recommend to switch to number fields when possible
2009-05-12 08:32:16 +00:00
stronk7
08f4df55cb
MDL-18577 drop enums support - added 2 more basic xmldb tests
2009-05-03 16:06:14 +00:00
stronk7
e849e86891
MDL-18577 drop enums support - step3: Fix XMLDB own tests + new tests for dropping enums
2009-05-01 23:53:14 +00:00
stronk7
2a88f626f7
MDL-18577 drop enums support - step2: enums out from editor, dbmanager and all upgrade scripts.
2009-05-01 01:19:16 +00:00
tjhunt
d09ef2a0ef
Fix XHTML strict problems in XMLDB.
2009-04-03 05:47:59 +00:00
tjhunt
89f6a3544c
XMLDB generated docs: XHTML strictify output, and strip trailing whitespace.
2009-03-05 03:09:33 +00:00
sam_marshall
54ab56b349
MDL-18208: Make xmldb give sensible error if you try to generate documentation without having xsl extension installed
2009-02-17 12:53:51 +00:00
skodak
c05ede9867
MDL-17898 do not store real object instances into sessions in XMLDB editor
2009-01-14 18:45:40 +00:00
tjhunt
ea6d9d40a6
XHTML strict.
2009-01-06 05:04:58 +00:00
arborrow
99fd4f7988
MDL-17741 - typo $tableparam; merged from MOODLE_18_STABLE
2008-12-26 23:24:58 +00:00
arborrow
93816e5d3f
MDL-17741 - typo $tableparam
2008-12-26 20:47:57 +00:00
sam_marshall
6c59c9c76b
MDL-17667: Added simple XSL-based 'doc' feature to xmldb
2008-12-16 12:55:21 +00:00
dongsheng
771dc7b298
"MDL-14129, fix error() in moodle2"
2008-12-12 05:45:43 +00:00
tjhunt
9dbebd145d
xmldb: typos in generated code.
2008-11-18 07:36:02 +00:00
stronk7
fb81188c6c
NOTINTRACKER: Fixed innocent typo
2008-11-07 12:58:03 +00:00
tjhunt
8c901fb816
xmldb checks: MDL-16976 write a check that finds rows that violate the foreign key constraints.
2008-10-23 08:32:12 +00:00
tjhunt
9f5e5dee97
xmldb checks: MDL-16975 refactor the various checks to eliminate duplicated code.
2008-10-23 08:30:43 +00:00
tjhunt
7264519e3f
MDL-16583 - Clean up some fo the places we link to javascript files, to use require_js
2008-09-23 07:00:59 +00:00
skodak
d2d9ba7d64
MDL-14326 fixed incorrect requires
2008-09-03 07:48:19 +00:00
tjhunt
2c746a6665
Fix typo.
2008-08-19 05:47:06 +00:00
stronk7
84774c552c
upgrade_mod_savepoint() implemented in XMLDB Editor generators. MDL-15343
2008-07-18 22:18:47 +00:00
stronk7
ef088e70e7
MDL-14956 DDL exceptions (code suggested by XMLDB Editor)
2008-06-22 18:26:55 +00:00
skodak
eee5d9bb85
MDL-14956 DDL exceptions
2008-06-22 16:51:55 +00:00
dongsheng
bcc45748f5
"MDL-14129, fix print_error"
2008-06-15 11:25:45 +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
fd1d37290f
comment fix
2008-06-05 14:10:55 +00:00
skodak
eb2ce497bc
comment fix
2008-06-05 14:09:59 +00:00
skodak
a5d424df7c
MDL-14679 converted some get/set_field()
2008-06-02 21:39:23 +00:00
skodak
fd0e6640cc
MDL-14679 fixed some more $db's
2008-05-31 22:18:41 +00:00
thepurpleblob
ac1dc9845a
MDL-14854
...
Changed the language strings to something more sensible as per Petr's comments.
2008-05-29 10:53:30 +00:00