Commit Graph

634 Commits

Author SHA1 Message Date
stronk7 a41ae1f4c7 MDL-17327 data module - improve adv. search by avoiding all the extra joins when getting max number of records 2009-06-04 09:53:20 +00:00
stronk7 7738dd48c5 MDL-14463 search/order - make it cross-db + delete unused column from query 2009-05-06 17:24:29 +00:00
skodak 9a71308057 MDL-18670 adding proper permissions for mkdir() 2009-05-06 16:10:14 +00:00
stronk7 8d73532067 MDL-18059 database rates - secured 2009-05-06 10:16:54 +00:00
stronk7 05105cbe47 MDLSITE-545 MDL-18024 - reaplying incorrectly reverted fix 2009-04-21 14:13:15 +00:00
skodak 814783b478 MDL-18771 fixed db quoting 2009-04-05 20:26:21 +00:00
dongsheng da9429c8e6 "DATA/MDL-18136, change to moodle coding style" 2009-03-25 01:46:58 +00:00
thepurpleblob e5dbb5ea88 MDL-18542
Finally committing one line patch for bug. Sigh :-)
2009-03-24 10:38:59 +00:00
thepurpleblob 0326d0e6f7 MDL-18542:
Replacing another (intermediate) fix.
2009-03-24 10:33:54 +00:00
thepurpleblob 0f899b0cc3 Whoops... missed Tim's edit. 2009-03-23 21:46:38 +00:00
thepurpleblob 0471947593 Reverting changes in MDL-18542 2009-03-23 21:34:31 +00:00
thepurpleblob 0791d2fbb5 Reverting changes in MDL-18542 (some more to do in fields, but this should
un-break it). Checkbox error still extant.
2009-03-23 21:22:52 +00:00
dongsheng 1fcf706f09 "DATA/MDL-14818, fix checkbox options cannot dispaly properly in search form" 2009-03-23 05:38:02 +00:00
thepurpleblob 5e7932a38f MDL-18542:
Aaargh... yet another one missed. Hopefully that's it.
2009-03-20 11:35:03 +00:00
thepurpleblob d831f2bd37 MDL-18542:
Missed the format field for textarea.
2009-03-19 21:15:57 +00:00
thepurpleblob e04eb3c786 MDL-18542:
Correctly deals with field types that have multiple parts (e.g. data and lat/long)
Thanks to Eloy for spotting this.
2009-03-19 20:39:45 +00:00
tjhunt f40fb532d8 database mod: XHTML strict! 2009-03-17 04:28:52 +00:00
tjhunt 7fc3fa77d7 database mod: XHTML strict! 2009-03-17 04:22:55 +00:00
thepurpleblob 0479b1aa14 MDL-18567:
Check for (boolean) false coming back from database instead of real data
2009-03-16 16:35:44 +00:00
thepurpleblob 20538060c3 MDL-18542
Can now uncheck checkboxes and have them stored correctly.
2009-03-16 15:35:48 +00:00
Francois Marier 10ec29097f Fix CVS-git drift 2009-03-15 23:33:21 +00:00
dongsheng ec6270acb8 "DATA/MDL-18024, use rid instead page to comment a record" 2009-03-11 05:31:02 +00:00
dongsheng 08888c21c6 "DATA/MDL-18136, fix pagination in data mod" 2009-03-11 04:19:57 +00:00
dongsheng 056a946997 "DATA MOD/MDL-18079, respect mod/data:comment capability when adding comments" 2009-02-23 07:24:04 +00:00
stronk7 e0d027939e MDL-18243 data module filter - make it cross-db by using sql_compare_text() 2009-02-16 17:57:19 +00:00
jerome 295c7cad90 database: MDL-16999 move the warning message from the environment check page to a normal upgrade page 2009-01-08 01:01:04 +00:00
dongsheng 1c870741af "MDL-17570, cleanup inline css settings" 2008-12-10 06:30:23 +00:00
dongsheng f9c1a62f86 "MDL-17570, cleanup align property in div" 2008-12-10 06:05:24 +00:00
jerome 490414af8d database: MDL-16999 move the flag from config table to config_plugins table 2008-11-24 00:51:58 +00:00
jerome f597bba458 database: MDL-16999 fix "Required Entries" and "Required Entries before viewing" settings. Display a warning message during upgrade process if the fields were set previously. 2008-11-21 07:01:00 +00:00
stronk7 5979de1b0e MDL-15425 Coding style: Change some logical operator uses. Thanks Robert! 2008-11-18 00:08:39 +00:00
robertall 4e96b320ec [MDL-15425] Search Filters are too persistant 2008-10-24 19:47:47 +00:00
skodak c1726a573b MDL-16024 adding spam risk to database approve capability 2008-08-17 22:47:47 +00:00
skodak 054fabfbb8 MDL-11844 new option for conditional stripping of tags from activity names; backported from HEAD 2008-07-26 15:17:03 +00:00
skodak 3e79b6e37a MDL-11421 context levels fixed in capability definitions, sorting of caps by name, plug-ins may report used core caps, fixed some risks 2008-07-24 21:58:05 +00:00
moodler 349a7e7522 MDL-15702 More efficient SQL for advanced searching 2008-07-18 07:49:27 +00:00
scyrma 4770b4b6b3 MDL-14279: use get_file_url instead of checking $CFG->slashargument manually 2008-07-10 09:48:43 +00:00
robertall 74b4814e9c [MDL-15426] Distinguish latlong value being zero from no value 2008-07-02 12:42:15 +00:00
robertall 97e32066cd [MDL-15423] Remove useless latlong formatting operations. 2008-06-26 08:04:04 +00:00
robertall 737f2c15b2 [MDL-14440] Show latlong field at list and single view in a prettier way. 2008-06-26 06:09:47 +00:00
robertall 7a8039c2e2 [MDL-15298] Avoid printing a warning if debugging is enabled. Backported from HEAD. 2008-06-25 10:22:34 +00:00
skodak 93b4063955 MDL-15298 fixed unlink with @ - silences debug warning 2008-06-24 21:52:54 +00:00
robertall 720c7c0624 [MDL-15308] Automatically download exported preset. 2008-06-18 17:42:43 +00:00
robertall 5d7e3a41b2 [MDL-15300] Remove temporary files created while exporting a preset as ZIP file. 2008-06-18 14:42:20 +00:00
robertall 72c5387098 [MDL-15298] Don't create preset ZIP always in the same directory, as the same file name. 2008-06-18 11:39:43 +00:00
robertall e869c370bb [MDL-15258] Clean up data_presets_export() function. 2008-06-16 18:32:44 +00:00
robertall 12ab8a517b [MDL-15258] Move data_presets_export() function out from common module specific library. 2008-06-16 13:46:43 +00:00
robertall 895dc1bb7d [MDL-15069] Change filename of exported preset to ensure downloading the latest version. 2008-06-15 15:17:30 +00:00
robertall 258730666e [MDL-8407] Make the default role required to export database records weaker (use the 1.9 mod/data capability "viewalluserpresets"). 2008-06-12 13:49:40 +00:00
robertall 16b448da57 [MDL-8407] Don't offer the semicolon in the CSV delimiter selection menu. 2008-05-31 15:03:34 +00:00