rwijaya
94738ee7d6
MDL-42804 data_mod: fix alternate name warning for deleting an entry
2013-11-12 12:05:08 +08:00
Sam Hemelryk
3eb032d743
NOBUG: fixed whitespace
2013-09-10 13:02:35 +12:00
Sam Hemelryk
a775f2c96d
Merge branch 'MDL-40731_headings' of https://github.com/andyjdavis/moodle
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2013-09-10 11:22:04 +12:00
Dan Poltawski
cdf6fc243e
Merge branch 'MDL-29069' of https://github.com/bostelm/moodle
2013-09-09 17:37:49 +08:00
Henning Bostelmann
d0372ed6f1
MDL-29069 Data / Glossary: allow disapproving entries
2013-09-04 20:37:46 +01:00
Andrew Davis
66e2b9f8c2
MDL-38856 reposition activity group control and fixed titles in chat, database and forum
2013-09-02 11:49:39 +07:00
Adrian Greeve
db22e31b1e
MDL-41231 - mod_data: Export to portfolio and delete selected now work together.
2013-08-20 11:28:09 +08:00
Adrian Greeve
cf9ecfdac4
MDL-40871 - mod_data: Allow bulk deletion of entries in the database module.
2013-08-09 16:53:18 +08:00
Petr Škoda
2f1e464a88
MDL-40438 migrate all collatorlib:: and textlib:: uses
2013-08-06 21:04:35 +02:00
Adrian Greeve
a327f25ef1
MDL-31776 - lib: Alternate name fields
...
Add support for additional name fields and flexible formating of
user names.
2013-07-09 11:45:50 +08:00
Adrian Greeve
f7a00e9dbf
MDL-39040 - mod_data: Database description available in single view tab.
2013-04-30 09:06:02 +08:00
Ankit Agarwal
7a241d8102
MDL-30166 Remove deprecated %fullname% from core
...
Thanks to Matheus Kautzmann for the initial patch.
2013-03-12 10:38:09 +08:00
Adrian Greeve
dfdd9c9b11
MDL-36915 - mod/data: A database with no entries no longer displays the export to portfolio button.
2012-11-30 09:57:45 +08:00
Justin Filip
e08bb715e7
MDL-36170 - mod/data - Don't display the blocks editing button within table HTML, use a standard API to create it.
2012-11-20 09:01:29 -05:00
Mark Nelson
3774324174
MDL-33791 Portfolio: Fixed security issue with passing file paths.
2012-11-08 00:26:13 +01:00
Adrian Greeve
e2c5f38605
MDL-35558 mod_data: Show only own entries while there are required pending.
2012-11-07 19:43:42 +01:00
Adrian Greeve
eb6e0c613d
MDL-35961 - mod/data: Removed duplicate data_content join in simple searches. Thanks to Patrick Pollet (patrick.pollet@insa-lyon.fr) for his patch
2012-11-01 16:28:19 +08:00
Adrian Greeve
76fb0443b6
MDL-34448 - mod/data - Fixing separate groups viewing all entries.
2012-10-05 08:11:11 +08: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
Adrian Greeve
db79db63ed
MDL-33603 - data - added another sql query to allow links to records to work.
2012-06-18 10:21:38 +08:00
Adrian Greeve
0a498686c0
MDL-32126 replaced _order with sortorder to make sorting work in oracle
2012-05-18 11:37:21 +02:00
Adrian Greeve
0ba303e85f
MDL-32126 - data - Fix of an error when sorting by other criteria.
2012-05-14 07:27:01 +08:00
adrian@moodle.com
db546510a1
MDL-17327 - data - improved the sql query for very large advanced searches
2012-03-30 13:18:23 +08:00
Aparup Banerjee
a72996fe71
Revert "MDL-17327 - data - improved the sql query for very large advanced searches"
...
This reverts commit 72d4340a0e
.
Testing cross db compatibility failed.
2012-03-22 09:21:25 +08:00
adrian@moodle.com
72d4340a0e
MDL-17327 - data - improved the sql query for very large advanced searches
2012-03-21 09:41:48 +08:00
Petr Skoda
f8311defeb
MDL-31301 use static textlib methods
2012-03-03 11:46:13 +01:00
Andrew Davis (andyjdavis)
c04b01f46f
MDL-27640 rating: altered the return url provided by mod_data to ratings
2011-10-03 15:17:27 +08:00
Sam Hemelryk
8ebbb06adf
MDL-29189 mutlilang Reviewed the uses of course shortname and ensured things are being formatted consistently
2011-09-08 09:30:27 +12:00
Sam Hemelryk
6708a1f525
MDL-27810 portfolio: Added ->portfolioenabled checks before creating portfolio buttons to avoid initialising portfolio requirements
2011-06-21 10:35:53 +08:00
Sam Hemelryk
2b04c41c58
MDL-27471 Adding mandatory component & ratingarea to the ratings API + other fixes
...
* Added the component and ratingarea fields and implemented it throughout
the rating API as mandatory fields
* Cleanup rating indexes
* Upgrade forum/data/glossary ratings
* Moved the logic in the render_rating method to methods of the rating object.
* Added new callback for checking ratingareas
* Cleaned comments here and there
* Mark the xxx_get_participants methods as deprecated
* Refactor rate_ajax and ratingsuser_can_view_aggregate methods
* Cleaned up rating/index.php to use html_table object and moved inline styles to CSS.
* Added missing properties of the rating object that were being set throughout the rating
API.
2011-05-23 12:35:39 +02:00
Andrew Davis (andyjdavis)
2c2ff8d5fc
MDL-26838 rating: remove logged in users ability to sidestep rating validity checks
2011-05-01 18:50:13 +08:00
sam marshall
6553cda7c9
MDL-26778 Change to completion should immediately affect nav block
...
Includes change so that updating completion resets the cache, and a debugging
warning if any module calls the completion viewed thing after it's already
printed navigation (which will mean navigation obviously doesn't update right
away). All existing modules that currently update after printing navigation
were updated.
2011-04-11 12:40:13 +01: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
Eloy Lafuente (stronk7)
195a0848ec
MDL-26272 ratings - fix uses breaking after last modinfo changes
2011-02-04 17:30:51 +01:00
Dongsheng Cai
a9f19d81b9
"DATA MODULE MDL-25564 fixed $PAGE->url, credits to Davo Smith"
2010-12-05 18:36:44 +00:00
Eloy Lafuente
80c2a742b6
MDL-21437 data - fixed navigation from list to single
2010-11-17 21:47:08 +00:00
Eloy Lafuente
6e6878b5ec
MDL-21437 data - fixed the sort by fuctionality to be cross-db for all fields
2010-11-17 21:18:53 +00:00
Sam Hemelryk
1e72829db7
mod-data MDLSITE-1076 Fixed up typo causing mod-data lastname search to break
2010-10-12 06:46:55 +00:00
Petr Skoda
39790bd805
MDL-24321 switching to stdClass in /mod/
2010-09-21 08:37:36 +00:00
Petr Skoda
fa7f82beda
initialized objects and improved coding style
2010-09-18 12:46:11 +00:00
Petr Skoda
800bb0f70f
MDL-24079 mod/data now using new sql_like
2010-09-04 14:08:03 +00:00
Petr Skoda
dd88de0ebd
MDL-14679 fixed remaining old style update_record()s
2010-09-03 18:01:25 +00:00
Aparup Banerjee
59e2121e16
theme MDL-23363 config setting showblocksonmodpages (theme settings) & usages now removed
2010-08-06 06:20:28 +00:00
Andrew Davis
4a9eecc446
data MDL-23488 made the database activity not available messages less scary
2010-07-30 07:51:51 +00:00
Andrew Davis
2742ffe7c9
data MDL-23488 made database activity respect availability and visibility dates
...
AMOS BEGIN
CPY [expired,mod_choice],[expired,mod_data]
CPY [notopenyet,mod_choice],[notopenyet,mod_data]
AMOS END
2010-07-29 03:26:02 +00:00
Martin Dougiamas
e822f07ba2
MDL-23475 Some cleanups to make adding/editing entries a bit smoother. Fixed buttons on Delete too.
2010-07-22 06:29:14 +00:00
Andrew Davis
43b92251be
rss MDL-23391 made lib/rsslib.php more generic
2010-07-21 02:11:53 +00:00
Andrew Davis
aa60291e12
rss MDL-23391 alter the rss urls to be component names ie mod_forum instead of just module name ie forum
2010-07-19 10:57:52 +00:00
Dongsheng Cai
573e7e3396
revert some changes, my cvs client (smartcvs) goes wrong, commited all my local changes, MDL-8224
2010-05-20 06:35:41 +00:00
Dongsheng Cai
af140288c4
MDL-8224, minor changes to tweak ui
2010-05-20 06:26:40 +00:00