- 29 Jan, 2008 1 commit
-
-
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
-
- 24 Apr, 2007 3 commits
-
-
Penny Leach authored
-
Penny Leach authored
-
Penny Leach authored
-
- 04 Mar, 2007 1 commit
-
-
Nigel McNie authored
build links to download files passing the correct view ID
-
- 19 Feb, 2007 1 commit
-
-
Martyn Smith authored
* Added get_links to ArtefactType base class * Implement get_links for all existing artefact types * Enabled direct folder/file linking in the my files section
-
- 14 Feb, 2007 2 commits
-
-
Richard Mansfield authored
-
Richard Mansfield authored
-
- 13 Feb, 2007 2 commits
-
-
Richard Mansfield authored
-
Nigel McNie authored
broken due to artefact parent cache...
-
- 12 Feb, 2007 1 commit
-
-
Richard Mansfield authored
-