Marina Glancy
a5f82c5b21
MDL-38309 Substitute usage of print_tabs() with renderable tabtree
2013-04-15 12:13:13 +10:00
David Monllao
0b3b8c30e2
MDL-34464 mod_data Replace all instances of get_context_instance() with respective context_XXXX class in mod/data
2012-07-27 09:13:57 +08:00
Rossiani Wijaya
e4e9611570
MDL-26464: remove 'add entry' link on setting block when it reachs the max number of records. Link removal does not apply to user who has data:manageentries capability (eg: teacher).
2011-03-11 10:03:14 +08:00
Petr Skoda
431ac39634
MDL-26623 fix file permissions
...
The permissions are now going to be verified as part of the weekly release process.
2011-03-01 12:26:49 +01:00
Andrea Bicciolo
570de7a6da
mdl-24033 ported on Moodle 2.0. Thanks to Daniele Cordella
2010-09-20 14:38:07 +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
Petr Skoda
1adbd2c350
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup
2009-11-01 14:55:15 +00:00
robertall
86be772077
[MDL-8407] Make the default role required to export database records weaker (use the 1.9 mod/data capability "viewalluserpresets"). Merged from MOODLE_19_STABLE.
2008-06-12 13:55:46 +00:00
robertall
b8b554ac48
[MDL-8407] Last obligate commit to support exporting records of a database activity as a CSV, XLS, or ODS file. Merged from MOODLE_19_STABLE.
2008-05-31 00:30:00 +00:00
dongsheng
ec60b8e6da
"MDL-14129, fix print_error call"
2008-05-23 08:12:14 +00:00
dongsheng
5a2a53316f
MDL-14129, remove all the other error() call
2008-04-04 02:54:20 +00:00
moodler
2525e46537
MDL-12215 made the advanced search tab more consistent with the interface
2007-11-16 05:56:20 +00:00
skodak
86c2f9e0da
MDL-10729 Active tabs are now marked active
2007-09-24 17:12:56 +00:00
moodler
453db436a7
Don't allow modes that don't exist
2007-03-05 07:32:21 +00:00
moodler
5af76d3c91
Old fix I'd forgotten
2007-03-05 07:17:32 +00:00
toyomoyo
7900ecb02c
MDL-5958, code for advanced search for db module from Elijah (HSU)
2007-02-26 06:56:05 +00:00
skodak
40b6dd0116
MDL-5964 need html editor for comments in database mod + added format sql table field
...
MDL-7813 accessiblity fixes in comments
2006-12-13 23:09:34 +00:00
skodak
aab98aaff1
data mod whitespace cleanup - there are already many accessibility related changes and fixes that are not backportable anyway and merging from previous versions is not expected
2006-12-13 20:26:11 +00:00
skodak
cca1547e7c
MDL-7716 In visible groups mode, It is possible to put a database entries in other group that it his
2006-12-10 20:16:03 +00:00
skodak
c088d6039d
MDL-7821 wrong use of cm in data mod and added proper require_login()
2006-12-06 20:17:58 +00:00
tomflannaghan
5a83945ec5
Extra tab for 'jstemplate'
2006-08-17 09:26:06 +00:00
moodler
901dd2fb4c
Merged new "Database preset" support from Tom Flannaghan.
...
Still needs some tidy-up work but it's working.
2006-08-15 08:42:06 +00:00
moodler
0468976c9a
SWEEPING CLEANUP
...
The API was changed slightly so that has_capability now takes the
whole $context object (we almost always have it anyway)
The $kill thing was removed. If you want to assert a capability
then use:
require_capability('capname', $context);
with optional variables to modify the error message
Misc bugs here and there also removed and code tidied
2006-08-14 05:55:40 +00:00
moodler
dabfd0ed85
Removed tabs
2006-08-09 13:45:49 +00:00
moodler
bbbf2d4015
ROLES AND PERMISSIONS - FIRST CHECK-IN
...
=======================================
WARNING: DEV IS CURRENTLY VERY UNSTABLE.
This is a mega-checkin of the new Roles system. A lot of changes have
been made in core and modules.
Currently there are a lot of rough edges and known problems. We are
working hard on these .. .the reason for getting this into HEAD at this
stage is enable us to move faster (our branch was diverging from HEAD
too much).
Please keep an eye on http://docs.moodle.org/en/Roles for current status
and information for developers on how to use the new Roles system.
2006-08-08 05:13:06 +00:00
moodler
a9ac269967
FIxed some warnings bug 5091
2006-04-05 07:27:58 +00:00
moodler
64452eb438
Various fixes that have accumulated
2006-04-05 01:38:06 +00:00
moodler
382671bbdf
Fixed tabs logic flow
2006-03-30 07:54:31 +00:00
moodler
4c2dab47a0
Fixed up some tabs names
2006-03-30 07:45:40 +00:00
moodler
cc6b0be44b
Whoops, wrong line, I am tired. :-)
2006-03-29 18:38:18 +00:00
moodler
5f04c615d7
Template order makes more sense this way :-)
2006-03-29 18:36:31 +00:00
moodler
01fe47f640
Fixed a notice
2006-03-29 18:00:58 +00:00
ikawhero
d095e22f4a
Smart add entry tab
2006-03-29 10:05:03 +00:00
moodler
3d45b8e557
Bunch of fixes including:
...
- separate browse / detail tabs
- cleaner logic
- proper sorting in all scenrios
- settings stored in the sessions
- better cleaner URLs
2006-03-29 08:49:28 +00:00
moodler
4d75b9eb0d
Smarter links for the templates tab
2006-03-25 14:56:27 +00:00
moodler
5bac6d10e3
Renamed fields.php to field.php
2006-03-24 02:44:05 +00:00
moodler
0997e51afe
Lots and lots and lots of cleanup for the data module code, mostly
...
to do with how the field classes worked. Now it should be even easier
for developers.
No changes for users. :-P
The changes are not well tested yet!
2006-03-22 08:07:26 +00:00
vyshane
f1b6ce824d
Made some of the tabs linked even if selected in the different views.
2006-03-08 04:54:57 +00:00
vyshane
af25f45e1a
Cleaning up xhtml markup. Code now validates for xhtml 1.0 transitional.
2006-02-20 02:15:45 +00:00
moodler
3d4b223a85
NEW MODULE FROM MOODLE.COM - DATABASE !
...
Finally, we have an early version good enough for everyone to
start banging on to help us polish it up and find bugs.
Please take a look and file bugs in the bug tracker under "Database module".
We urgently need
- new icons for existing field types
- testing on PostgreSQL install
Coming soon (?):
- Many more field types: calculation, checkbox, relation, date, datetime,
time, email, group, list, user, number, richtext
(Please let us know if you are interested in developing any of these)
- A way to save and restore "presets", which are field/template sets
- Backup/Restore support
- Groups Support
- RSS support
Many thanks to Yu for all the hard work under my whip.
2005-12-02 07:50:26 +00:00