- 04 Mar, 2008 1 commit
-
-
Nigel McNie authored
Make the file plugin only set the user's quota at createuser time if it hasn't already been set. This allows the add user script to set a quota for them instead if needed. Removed some redundant code from register.php that was doing the same thing.
-
- 26 Feb, 2008 1 commit
-
-
Nigel McNie authored
Now it does more too - like shortening the title of any files in the folder listing. This makes the listing easier to read when the block is placed in a narrow column.
-
- 18 Feb, 2008 2 commits
-
-
Richard Mansfield authored
-
Clare Lenihan authored
-
- 16 Feb, 2008 2 commits
-
-
Nigel McNie authored
The name is largely irrelevant as it's only the creator of the file.
-
Nigel McNie authored
-
- 15 Feb, 2008 1 commit
-
-
Clare Lenihan authored
-
- 10 Feb, 2008 1 commit
-
-
Clare Lenihan authored
-
- 31 Jan, 2008 1 commit
-
-
Richard Mansfield authored
-
- 29 Jan, 2008 2 commits
-
-
Richard Mansfield authored
The name of the admin public files directory is always in the site language; change the name whenever the site language is changed
-
Richard Mansfield authored
-
- 28 Jan, 2008 1 commit
-
-
Clare Lenihan authored
-
- 14 Jan, 2008 1 commit
-
-
Richard Mansfield authored
-
- 04 Dec, 2007 2 commits
-
-
Nigel McNie authored
Translate the 'preview' string when viewing image artefacts. Made sure the internal artefact plugin has it's own copies of the necessary strings too.
-
Francois Marier authored
Signed-off-by: Andrew McMillan
-
- 03 Dec, 2007 1 commit
-
-
Nigel McNie authored
Also removed some strings from lang/en.utf8/mahara.php that shouldn't be there. A bit naughty given we're in beta.
-
- 22 Nov, 2007 1 commit
-
-
Nigel McNie authored
-
- 20 Nov, 2007 1 commit
-
-
Nigel McNie authored
Also gave them the icon that they should have.
-
- 12 Nov, 2007 1 commit
-
-
Penny Leach authored
- serve_file now will allow overriding the mime type sent in content-type header - you can also override the application/inline selector by setting force-download - added swf to the filetypes.xml list and bumped the version.
-
- 29 Oct, 2007 2 commits
-
-
Nigel McNie authored
-
Nigel McNie authored
Renamed the 'view' parameter for view/view.php to be 'id'. 'view' will continue to work for a while. view/blocks.php uses id, and id is used for other objects in the system, so it doesn't make much sense for this one to remain this way.
-
- 27 Oct, 2007 2 commits
-
-
Nigel McNie authored
-
Nigel McNie authored
This means the detailed view page works for files and images. Also corrected the case of the 'K' for kilobytes in size output for files, and marked a strange method for removal.
-
- 26 Oct, 2007 2 commits
-
-
Nigel McNie authored
-
Nigel McNie authored
Don't output the width/height/size parameters unless they really have been set to values, otherwise the resizing code will assume "width=" means "width=0" and react accordingly.
-
- 25 Oct, 2007 1 commit
-
-
Nigel McNie authored
Migrated the get_icon calls to the new signature. Implemented a shiny new render_self for images that does proper image scaling.
-
- 24 Oct, 2007 1 commit
-
-
Nigel McNie authored
-
- 23 Oct, 2007 1 commit
-
-
Nigel McNie authored
The render_self method, which used to be an api method, is now used when rendering image/profileicon block types, to return the HTML for them. Also implemented get_path() to allow retrieving of images of different sizes.
-
- 17 Oct, 2007 2 commits
-
-
Richard Mansfield authored
-
Richard Mansfield authored
-
- 16 Oct, 2007 5 commits
-
-
Penny Leach authored
bug fixes and changes to the way the artefacts render themselves (fixes the view/ code calling functions that don't exist anymore) - this makes view/view.php and view/index.php both work again)
-
Penny Leach authored
-
Penny Leach authored
-
Penny Leach authored
-
Penny Leach authored
-
- 17 Aug, 2007 2 commits
-
-
Nigel McNie authored
-
Nigel McNie authored
Now, table names (and other identifiers that could be confused with SQL kewords), should be put into SQL like this: SELECT * FROM {artefact} The braces are matched and expanded by DML now to include the prefix and be properly quoted, which means that tables like 'view' and 'group' don't need renaming (and nor should they, there's little reason why we should rename tables to get around such constraints). This has removed a whole bunch of $prefix = ... and get_config('dbprefix') stuff, which makes things a little simpler yet again.
-
- 28 Jul, 2007 1 commit
-
-
Nigel McNie authored
-
- 10 May, 2007 1 commit
-
-
Donal McMullan authored
-
- 07 May, 2007 1 commit
-
-
Penny Leach authored
-