Adrian Greeve
173c6f2c8b
MDL-7660 - mod_data: Changed the filepicker to filemanager for field elements.
...
This allows users to delete their files or pictures when editing their entries
which was previously unavailable.
Also the use of the filemanager allows for drag and drop to be active.
2013-01-04 12:17:47 +08:00
Eloy Lafuente (stronk7)
7039c823dc
Merge branch 'w50_MDL-37171_m25_outdatedexcel' of git://github.com/skodak/moodle
2012-12-18 00:13:45 +01:00
Dan Poltawski
efda4a8340
Merge branch 'MDL-29334_master' of git://github.com/markn86/moodle
2012-12-17 13:47:44 +08:00
Petr Škoda
75427a824c
MDL-37171 fix multiple spreadsheet related PHP4isms
2012-12-15 12:36:40 +01:00
Mark Nelson
cba235594a
MDL-29334 mod_data: if site-wide presets created in <= 1.9 exist convert them to 2.x
2012-12-12 13:18:02 +08:00
Eloy Lafuente (stronk7)
6b9dfe731e
MDL-37032 upgrade: define all the 2.4.0 points
2012-12-11 13:11:11 +01:00
Sam Hemelryk
bb682c1ac2
Merge branch 'wip-MDL-36906-master' of git://github.com/abgreeve/moodle
2012-12-10 10:33:48 +13:00
Sam Hemelryk
6d48072205
Merge branch 'wip-MDL-36915-master' of git://github.com/abgreeve/moodle
2012-12-10 10:27:25 +13:00
Frederic Massart
851d3b7a97
MDL-36830 usability: Glossary and database small design improvements
2012-11-30 16:48:46 +08:00
Eloy Lafuente (stronk7)
663dbbc2e6
MDL-36933 Bump everything to 2012112900
...
(versions, requires and dependencies)
2012-11-30 03:30:09 +01: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
Adrian Greeve
8f3622d89c
MDL-36906 - mod_data: Latitude and Logitude error fix.
...
Thanks to Marcus Boon for providing a patch for this issue.
mod/data/field/latlong/kml.php was missing a context variable.
This was causing an error when trying to download a kml file for
google earth. This variable has now been included.
2012-11-29 14:22:47 +08:00
Frederic Massart
fc5e08440a
MDL-36783 usability: Portfolio CSS for new icons
2012-11-28 14:07:43 +08:00
Sam Hemelryk
1762071194
Merge branch 'wip-MDL-36551-master' of git://github.com/abgreeve/moodle
2012-11-26 14:44:40 +13:00
Dan Poltawski
77307db208
Merge branch 'MDL-36170_master' of https://github.com/jfilip/moodle
2012-11-21 11:47:17 +08:00
Adrian Greeve
c600a85c5e
MDL-36551 - mod_data: Onsite presets now retain the advanced search template.
...
Presets that were saved to the site would lose the advanced search template when being used.
The previous check was put in place to see if the advanced search template existed or not (presets pre 1.9),
This checked external files properly but not onsite files.
Now checks are being done on both internal and external preset files.
2012-11-21 09:57:34 +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
Petr Škoda
40b9c0694c
MDL-36436 use hacky aspect ratio to work around IE9 issues
2012-11-20 13:01:27 +01:00
Dan Poltawski
7a12ad1286
Merge branch 'MDL-36634-master' of git://github.com/FMCorz/moodle
2012-11-20 16:09:49 +08:00
Frederic Massart
ae41a70b40
MDL-36634 usability: Minor CSS fixes in Wiki and Blog
2012-11-20 13:06:09 +08:00
Adrian Greeve
590e3ef0ee
MDL-36453 - mod_data: Presets now load in a Windows environment.
...
Thanks to Michael de Raadt for this patch.
2012-11-15 08:51:42 +08: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
Dan Poltawski
092977fb0b
Merge branch 'wip-MDL-36112-master' of git://github.com/abgreeve/moodle
2012-11-07 15:06:36 +08:00
Dan Poltawski
7451baff70
Merge branch 'wip-MDL-35961-master' of git://github.com/abgreeve/moodle
2012-11-07 11:12:45 +08:00
Barbara Ramiro
2df53c3ed8
MDL-36277 Usability: New Activity icons in SVG and PNG formats
2012-11-06 00:02:31 +08:00
Adrian Greeve
24054bb28a
MDL-36112 - mod/data: Importing URLs no longer generates php warnings.
...
Also included a slight alteration of the URL field class to display the Choose a link button next to the right input area.
Made an alteration to the url field class
2012-11-01 16:47:38 +08: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
Sam Hemelryk
2bbf03ce3b
Merge branch 'wip-MDL-33857-master' of git://github.com/marinaglancy/moodle
2012-10-16 13:31:44 +08:00
Sam Hemelryk
ee17d12db1
Merge branch 'wip-MDL-25275-master' of git://github.com/abgreeve/moodle
2012-10-16 10:11:04 +08:00
Marina Glancy
71a56e08c8
MDL-35339 avoid using get_all_sections(), get_all_mods() and field section.sequence directly
2012-10-15 14:08:13 +08:00
Adrian Greeve
c0e98e83c8
MDL-25275 - mod/data - Added a check box to eliminate date searches if desired.
2012-10-11 11:27:26 +08:00
Marina Glancy
43aadf0401
MDL-33857 Increase performance of queries for Server files repository (small improvements)
2012-10-10 15:21:27 +08:00
Marina Glancy
b8de262139
MDL-33857 Increase performance of queries for Server files repository
...
- file_info class now has new methods get_non_empty_children and count_non_empty_children; added default implementation;
- all core classes extending file_info have their implementation of those methods;
- class repository_local_file used for caching get_children() results is removed;
- class repository_local rewritten to use new methods from file_info;
- added caching of retrieved modules in file_browser::get_file_info_context_module() - this query is slow and executed multiple times on big servers
2012-10-10 15:21:26 +08:00
Adrian Greeve
76fb0443b6
MDL-34448 - mod/data - Fixing separate groups viewing all entries.
2012-10-05 08:11:11 +08:00
Sam Hemelryk
c367e7fe4e
Merge branch 'MDL-31496_master' of git://github.com/dmonllao/moodle
2012-09-03 12:20:38 +12:00
Ankit Agarwal
d197ea4300
MDL-34549 libraries: Replace get_context_instance_by_id() by context::instance_by_id()
2012-08-24 11:30:10 +08:00
David Monllao
649ac85dec
MDL-31496 mod_data Replacing inline styles for CSS classes in templates and browse view
2012-08-21 10:40:29 +08:00
David Monllao
f70a4f124b
MDL-31496 mod_data Replacing inline styles for CSS classes in text inputs
2012-08-20 17:17:24 +08:00
David Monllao
0d284a8bd6
MDL-31496 mod_data Replacing inline styles for CSS classes in search containers
2012-08-20 17:16:15 +08:00
David Monllao
b859dc533f
MDL-31496 mod_data Replacing inline styles for CSS classes in textarea elements
2012-08-20 16:44:01 +08:00
Rossiani Wijaya
1b2bd9768d
MDL-34563 - change string firstname to lastname and add accesshide class
2012-08-16 14:16:57 +08:00
Rossiani Wijaya
3a5543d43b
MDL-34563 - removed double labeling and add label for input text
2012-08-16 14:15:13 +08:00
Aparup Banerjee
6e12c2156e
MDL-22773 Database : fixed whitespace.
2012-08-15 10:04:24 +08:00
Aparup Banerjee
dbf2c5bfef
Merge branch 'MDL-22773' of git://github.com/bostelm/moodle
2012-08-15 10:01:46 +08:00
Henning Bostelmann
4f304eeb3d
MDL-22773 Database module export: include internal fields
...
Fields included:
* User details (fullname, username, email)
* Time added/modified
* Approval status
2012-08-14 11:14:07 +01:00
Rossiani Wijaya
24a0e85934
MDL-34563 - change plural strings and removed colon for accesshide label
2012-08-14 13:59:45 +08:00
Rossiani Wijaya
01f8e80def
MDL-34563 accessibility compliance for data module: Add forform input text and select tag
2012-08-13 15:13:07 +08:00
Sam Hemelryk
6869060218
Merge branch 'wip-MDL-34074-master' of git://github.com/abgreeve/moodle
2012-08-06 13:36:44 +12:00
Adrian Greeve
9a5abd1b70
MDL-34074 - lib - Creation of a csv upload class which is FRC 4180 compliant and the alteration of various files around Moodle to use this class.
2012-08-02 13:18:57 +08:00