- 22 Apr, 2009 1 commit
-
-
Nigel McNie authored
This patch ditches use of the tablerenderer in favour of just showing the most recent posts, and linking off to view/artefact.php for the rest. I added pagination to assist that.
-
- 21 Apr, 2009 1 commit
-
-
Richard Mansfield authored
-
- 07 Apr, 2009 3 commits
-
-
Richard Mansfield authored
When adding blogpost attachments, upload & browse defaults to the home folder instead of the 'blogfiles' folder
-
Richard Mansfield authored
-
Richard Mansfield authored
-
- 04 Mar, 2009 1 commit
-
-
Richard Mansfield authored
-
- 13 Feb, 2009 1 commit
-
-
Richard Mansfield authored
-
- 09 Feb, 2009 1 commit
-
-
Nigel McNie authored
Blockinstance->allowed_in_view. Fixed a couple of method calls in the meantime.
-
- 06 Jan, 2009 1 commit
-
-
Nigel McNie authored
Allow blog, blogpost and textbox blocktypes having links or manually created <img> tags to artefacts to have those artefacts counted as being within the blocktype, and thus within the view. This is so if people manually link to or source artefacts within textual content, those artefacts will be downloadable when the view is shown to others. Not backporting to 1.0 although the problem will most certainly exist there - the patch is just too big to trust on a stable release.
-
- 18 Dec, 2008 1 commit
-
-
Nigel McNie authored
-
- 05 Dec, 2008 1 commit
-
-
Nigel McNie authored
-
- 18 Nov, 2008 4 commits
-
-
Richard Mansfield authored
-
Richard Mansfield authored
-
Richard Mansfield authored
-
Richard Mansfield authored
-
- 16 Nov, 2008 1 commit
-
-
Richard Mansfield authored
-
- 16 Oct, 2008 1 commit
-
-
Richard Mansfield authored
-
- 14 Oct, 2008 1 commit
-
-
Richard Mansfield authored
-
- 19 Aug, 2008 1 commit
-
-
Richard Mansfield authored
-
- 22 Jul, 2008 1 commit
-
-
Stacey Walker authored
-
- 23 Jun, 2008 1 commit
-
-
Richard Mansfield authored
-
- 09 Mar, 2008 1 commit
-
-
Nigel McNie authored
It's more than likely that nobody has uploaded anything yet.
-
- 26 Feb, 2008 1 commit
-
-
Nigel McNie 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
-
- 07 Feb, 2008 2 commits
-
-
Clare Lenihan authored
-
Clare Lenihan authored
-
- 28 Jan, 2008 1 commit
-
-
Clare Lenihan authored
-
- 23 Jan, 2008 1 commit
-
-
Nigel McNie authored
Firstly, an over-enthusiastic optimisation I was responsible for broke the replacement of downloadtemp images, especially on sites which are not installed at the root of a domain. Then, some greedy regexes meant that if there was more than one image in the post, only one of them would have the URL fixed properly. The same bug was happening again when posts were being displayed in views. This patch fixes these problems, and contains a blog database upgrade to fix existing broken paths.
-
- 14 Jan, 2008 2 commits
-
-
Richard Mansfield authored
-
Richard Mansfield authored
-
- 08 Jan, 2008 1 commit
-
-
Nigel McNie authored
Change paths that were referring to view/view.php?id=..&artefact=.. to instead point to view/artefact.php?artefact=..&view=.. This is related to the viewartefactsplit branch. Now the existing code actually uses the new artefact.php script.
-
- 04 Dec, 2007 1 commit
-
-
Francois Marier authored
Signed-off-by: Andrew McMillan
-
- 14 Nov, 2007 1 commit
-
-
Penny Leach authored
Changed all requires. Also removed not used json/renderartefact.php
-
- 06 Nov, 2007 1 commit
-
-
Penny Leach authored
& updated call to it in artefact/blog
-
- 04 Nov, 2007 1 commit
-
-
Nigel McNie authored
Corrected another mistake I made with renaming the view= parameter to id= when the URL wasn't actually to view/view.php Made attaching and detaching files add a record in the artefact_parent_cache linking the entire blog to the attachment. This means that attachments can be shown in views instantly.
-
- 29 Oct, 2007 1 commit
-
-
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 1 commit
-
-
Nigel McNie authored
Turns out I made a booboo when I said we could delete render_self - it's used on the 'view artefact' page. So it's back, and updated to give improved display of attachments.
-
- 25 Oct, 2007 1 commit
-
-
Nigel McNie authored
It now takes a hash of options rather than just an artefact ID. This allows you to get icons of different sizes, and more importantly, show icons only in the context of certain views.
-
- 24 Oct, 2007 1 commit
-
-
Nigel McNie authored
-