Petr Skoda
1f40915906
MDL-23222 marking spl as required php ext
2010-07-15 18:35:50 +00:00
jerome mouneyrac
476c0e82d3
webservice MDL-12886 exception more explicit when clean response value fail
2010-07-14 07:33:26 +00:00
Petr Skoda
f87eab7e71
MDL-23167 basic "purge all caches" button
2010-07-13 15:09:44 +00:00
Petr Skoda
2181eb8fcc
MDL-23167 admin UI for JS caching setting
2010-07-13 14:29:33 +00:00
Sam Hemelryk
2c770b7af2
enrol MDL-23231 Added total enrolled users count to the overview page heading + title
2010-07-13 02:42:01 +00:00
David Mudrak
7c70229eba
MDL-21137 MNet: UI to choose peer theme replaced with simple selector
...
There is no need to have whole featured theme selector with previews
etc here. Following the same form element as they have in Mahara, the
theme can now be selected for a given peer at 'Review host details' tab.
I have also noticed that force_theme and theme columns are redundant at
the moment. Keeping them both for future improvements, though.
2010-07-12 15:03:42 +00:00
Martin Dougiamas
f59d8e45db
MDL-22320 Added a 'Send a message' link to the main profile page, linking to messaging
2010-07-12 13:31:32 +00:00
Sam Hemelryk
2ec702c999
enrol MDL-22867 Added functionality to add cohort sycn or preform a one off member enrolment on the enrolled users screen.
2010-07-12 08:28:13 +00:00
Petr Skoda
a919ae896b
MDL-22800 stats code using new enrol tables, I did not test it much because I do not have any test data :-(
2010-07-10 14:45:07 +00:00
Petr Skoda
20e5da7d91
MDL-19211 back to the old text format preferences logic + minor refactoring and improvements
2010-07-10 12:12:59 +00:00
Martin Dougiamas
35bd4cd852
Dear AMOS, I'm not crazy really. This is the correct string now.
2010-07-09 08:31:19 +00:00
Martin Dougiamas
2bc970173d
Temp rename to tell AMOS this needs updating
2010-07-09 08:29:12 +00:00
Martin Dougiamas
d359cb07d9
NOBUG Tidying up some strings in the wrong place in moodle.php and an AMOS script for the last checkin in MDL-23175
...
AMOS BEGIN
CPY [settings,core],[editsettings,core]
AMOS END
2010-07-09 08:25:52 +00:00
Martin Dougiamas
20d6b374f1
MDL-23175 Change "Settings" to "Edit settings" for module and course editing
2010-07-09 08:20:39 +00:00
Dongsheng Cai
aebe4af806
MDL-22991, repository recent plugin, verify file ownership before copy to draft area
2010-07-09 06:13:47 +00:00
Martin Dougiamas
326d9aaac9
MDL-19118 Use 'Save comments' instead of 'Submit' for usability
2010-07-09 03:57:41 +00:00
Martin Dougiamas
e88911c79a
MDL-12192 I've set the label sep to since it's not working reliably atm
2010-07-09 03:43:07 +00:00
Petr Skoda
341217658e
MDL-23151 new ext sync option and minor refactoring
2010-07-08 10:57:23 +00:00
Martin Dougiamas
ff7dd38622
MDL-22964 xmlrpc is no longer required, but still highly recommended if you want to appear cool to all your friends.
2010-07-08 09:05:18 +00:00
Rossiani Wijaya
7851bd35ae
MDL-20458 - adding help button to screen reader
2010-07-08 07:13:59 +00:00
Andrew Davis
2821c4955b
gradebook MDL-22931 made some of the setting labels more specific and made blocks show on category setting screen
2010-07-08 07:09:10 +00:00
Helen Foster
53ccc14fd2
MDL-22997 adding help strings
2010-07-07 14:15:29 +00:00
jerome mouneyrac
774b1b0ff0
webservice MDL-23144 support VALUE_DEFAULT empty array for single and multiple structure
2010-07-07 08:15:26 +00:00
Andrew Davis
c393165495
message MDL-22803 Improved message searching to better handle tiny search terms and the huge result sets they generate
2010-07-07 07:49:08 +00:00
Moodle HQ git importer
4a97fa7c60
Fixing drift between CVS and git
2010-07-07 05:49:24 +00:00
Sam Hemelryk
a70eb30fa9
enrol MDL-22854 New ajaxified enrolment interface
2010-07-07 02:46:34 +00:00
Helen Foster
50a7e819ee
MDL-22916 lang string rewording thanks to Andrea Bicciolo
2010-07-06 13:10:41 +00:00
Martin Dougiamas
61771cba99
MDL-15976 Shortening 'Taiwan (Province of China)' to 'Taiwan'.
...
Our rationale before was to stick to the ISO-3166 standard no matter what, since we don't want to get involved in territorial issues. However, in this case no information is lost and it would make a lot of people happier (and no one unhappy, I think), so I'm going to make an exception. Hope it's not a can of worms.
2010-07-06 06:57:41 +00:00
Dongsheng Cai
e35194bec4
MDL-22982
...
1. rename repository.class to lib.php
2. fixed repository_callback.php
3. repository_ajax use moodle default exception handler
4. improve file_get_user_used_space performance
2010-07-05 07:27:49 +00:00
Petr Skoda
9a6861cbcb
removing unused blog string
2010-07-04 13:13:25 +00:00
Petr Skoda
8571833f0b
MDL-23069 moving version and cron info into standard version.php - finally, yay!
2010-07-04 12:18:22 +00:00
Petr Skoda
64f93798d4
MDL-22950 adding new component column to the files table, unfortunately this change requires changes in all 2.0dev code, please review all custom code that was already upgraded to 2.0; fixing multiple problems and regressions in mod/assignment
2010-07-03 13:37:13 +00:00
David Mudrak
995f2d51d7
MDL-12192 Language specific label separator instead of hardcoded ': '
...
New string is available. Use get_string('labelsep', 'langconfig') to be used
as a separator between a label and the labelled text. If you want to
produce <label> HTML element, you may be interested in the new
html_writer::label() method. Simple selects and URL selects now use it.
There are bambillion places where ': ' is hardcoded as a separator. I do
not think we have to fix them manually now (and mass search and replace
would be tricky) but everybody should stop adding new.
Do not abuse 'labelsep' for any other purposes. Note that it may not be
colon in some languages or sites.
2010-07-02 12:15:36 +00:00
jerome mouneyrac
86dcc6f0a2
webservice MDL-21792 refactor webservice authorised users pages
2010-07-02 06:40:36 +00:00
jerome mouneyrac
5cbbcc1ae6
registration MDL-22964 check if xmlrpc is enabled on the registration pages, publication pages and community block page.
2010-07-02 03:40:12 +00:00
David Mudrak
5db29f49f2
MNet: Fixed remote user profile display
...
Fixed SQL, strings usage, CSS class. In the future, we can distinguish
information displayed for the owner and for the others, as well as what
to display in the course profile (user/view.php) and public profile
(user/profile.php).
2010-07-01 12:56:31 +00:00
Martin Dougiamas
6902335084
MDL-22813 Credit to Mark Nelson of Pukunui Technologies - tidied up the portfolio management even further. Thanks!!
2010-07-01 03:48:18 +00:00
Andrew Davis
0c656060a8
message MDL-22320 altered strings to allow message notifications to tell you who is messaging you
2010-06-30 03:27:29 +00:00
Andrew Davis
d0a938ac6f
messaging MDL-22320 new string for messaging UI
2010-06-29 07:26:07 +00:00
jerome mouneyrac
efba7034b2
course MDL-22948 improve subjects select field (add None option + required + sorted)
2010-06-29 06:59:25 +00:00
Andrew Davis
98e8299c83
messaging MDL-22320 added a new string
2010-06-29 06:53:09 +00:00
Martin Dougiamas
b34a1b5b0c
MDL-22864 Fixed string
2010-06-29 03:51:12 +00:00
Martin Dougiamas
8397492bd0
MDL-22864 More tidying up of blog display
2010-06-29 03:19:22 +00:00
Andrew Davis
ffba884984
messaging MDL-22320 shortened a string
2010-06-29 03:09:05 +00:00
Martin Dougiamas
6413bae786
MDL-22864 Fixed missing string, tidied up form and help strings too
2010-06-29 02:51:43 +00:00
David Mudrak
396898c803
MDL-21695 switchroles_form() is not used any more, no place to put the help to
2010-06-28 17:05:39 +00:00
David Mudrak
54033df5c0
MDL-21695 Replaced surveys.html without AMOScript and removed a forgotten help file
2010-06-28 17:05:24 +00:00
David Mudrak
b54a05475a
MDL-21695 Replaced summaries.html
...
AMOS BEGIN
HLP summaries.html,[summary_help,core]
AMOS END
2010-06-28 17:05:05 +00:00
David Mudrak
1466dffda5
MDL-21695 Removing sitefilesused.html, not used any more
2010-06-28 17:04:50 +00:00
David Mudrak
dfab2ce795
MDL-21695 Replaced search.html without AMOScript, to be translated from scratch
2010-06-28 17:04:35 +00:00