nicolasconnault
7b30ba8b68
MDL-19806 Converted all print_footer() calls
2009-08-06 14:14:39 +00:00
dongsheng
2949cac7d2
"DATA MOD/MDL-18079, respect mod/data:comment capability when adding comments, merged form 1.9"
2009-02-23 07:30:02 +00:00
skodak
294ce9870f
MDL-15189 magic quotes finally removed
2008-06-09 16:53:30 +00:00
skodak
a656d95103
MDL-15106 towards data mod dml conversion
2008-06-05 19:26:57 +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
skodak
beac4717de
MDL-8166 rename in/out methods in formslib - HQ consensus
2007-01-12 18:52:09 +00:00
jamiesensei
1d284fbd85
fixing all the form names as per new class naming convention (PHP class names are also used for html id for styling)
2006-12-28 15:43:47 +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
c088d6039d
MDL-7821 wrong use of cm in data mod and added proper require_login()
2006-12-06 20:17:58 +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
skodak
036c0fcb1a
Bug #5960 - can't delete or edit comments; merged from MOODLE_16_STABLE
2006-06-29 06:48:31 +00:00
moodler
bc739a0104
Don't save empty comments
2006-04-11 13:10:30 +00:00
moodler
52373fe74d
Fixes for comments
2006-03-29 17:36:20 +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
toyomoyo
e95dddd7a9
added a line to prevent warning
2006-02-28 01:52:38 +00:00
toyomoyo
2232755c93
added time created and modified for comments
2006-02-27 02:13:48 +00:00
toyomoyo
f841494c62
see changes for admin/utfdbmigrate.php
2006-02-24 08:20:13 +00:00
toyomoyo
59a488e1aa
prints the whole comment when displaying confirmation
2006-02-24 04:30:29 +00:00
toyomoyo
bbf0379ca1
fixed navigation after deleting or editting data comment
2006-02-20 05:37:15 +00:00
toyomoyo
e51d9eb4bf
changed some strings
2006-02-15 06:38:32 +00:00
toyomoyo
4d3d87f0a4
adding ratings and comments functionality
2006-02-14 03:17:21 +00:00